the crafting_transmute recipe type introduced in snapshot 24w38a looks extremely useful for map and datapack makers alike, but i think what would elevate it even higher would be to be able to filter for or against certain components via an optional "components" field
use examples: adding a recipe that allows you to put an item's enchantments onto a book without including the durability/tool data/name/etc, a recipe that lets you upgrade or exchange a tool type without All the components, adding a recipe that copies everything but the damage component onto another item
all of this would be accomplished using a list, such as
"components": {
"minecraft:custom_name",
"!minecraft:fire_resistant",
"!minecraft:tool"
}
Please sign in to leave a comment.
0 Comments