I was excited by the new component system, and thought I could use it to make a datapack that allows players to duplicate enchanted books.
Unfortunately because enchanted_books are non-stackable items, the recipe result
"result": {
"id": "minecraft:enchanted_book",
"count": 2
}
reads as complete nonsense to the game, even before considering whatever the correct syntax is for making the item components work, and nothing will display as a result in the crafting menu.
I suggest recipes with 'overstacked' results be allowed. You should be able to pick up the overstacked results, and maximum stack size should only be enforced when putting it down into a slot.
Please sign in to leave a comment.
0 Comments