r/MinecraftCommands • u/ledzik_precly • 22h ago
Help | Java Snapshots Can I remove copper interactions?
So I know in 26.3 we'll get option to add components to item so they can transform other items but will there be an option to remove specyfic interactions? or the copper and wood thing is still hard coded?
1
Upvotes
2
u/GalSergey Datapack Experienced 22h ago
Yes, you can do this using a datapack. For example, axes have a default component named
"minecraft:block_transformer": "minecraft:axe". This means you can edit the block_transformer "minecraft:axe" to change the block transformation for axes. Or you can edit loot tables and recipes to only allow specific axes to have the block_transformer component removed.