#About crafting-tramsutation and how to alter durability in crafting table
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1736637519:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
It does using the crafting table, idk about the 2nd thing(what is it for) and probably in the newest snapshot,not sure about before
Use*
Well have you used it in your datapack?
Does it have anything special compared to shaped and shapeless recipes?
I haven't used it in my own datapacks
Aw dang it
From the MC website:
When matched, output will copy the input item stack, changing the item type but preserving all stack components
This completely replaces
Oh it got cut off
The bit that got cut off is irrelevant
When matched, output will copy the input item stack, changing the item type but preserving all stack components
Basically it's for putting in one item, and getting the same thing but slightly modified I think
Recipes are a way to gradually guide new players into Minecraft by assisting them with the usage of crafting, smelting, and other block and item transformations in-game.
Recipes are data driven and can be configured by data packs in Java Edition or add-ons in Bedrock Edition. Every crafting, smelting, blasting, campfire cooking, smoking, stonecu...
Go into json format and scroll down to crafting_transmute
Ah thanks
So I tried fiddling around with the recipe generator
and it seems that crafting_transmute takes 2 items, 1 from input list and 1 from material list, and returns result item
which is supposed to be a way to compact recipes?
im lost
crafting_transmute is special because it keeps the item components from the input and puts the components onto the result item.
What you want to do with it isn’t possible though, the recipe can only return one item, not two. So you’ll can’t return the ore chunks and the hammer that was used. On top of that, there is no way to remove 1 durability point from the hammer in the recipe, you can only set the durability to a specific value