Minecraft But You Can Combine Any Item Download Datapack Here
So the is: Use crafting table + custom recipe type ? Vanilla doesn’t support wildcard combining.
Bind to right-click: /scoreboard objectives add use_combiner minecraft:used:carrot_on_a_stick Then in a repeating command block or tick function: execute as @a[scores={use_combiner=1}] run function any_combine:open_gui You get a datapack where you can define any item combination by editing one .mcfunction file. minecraft but you can combine any item download datapack
Thus the without mods: 🔧 Best Vanilla Implementation: Crafting Table + Datapack + Loot Table / Function We can’t make any two items combine dynamically in standard recipes. But we can make a "Combiner Block" (e.g., crafting table with a custom name) or use loom/stonecutter with a custom recipe loop. So the is: Use crafting table + custom recipe type