So I'm having this problem, where I want to make a new crafting recipe for an iron pickaxe with slight changes, but keep the crafting recipe the same. It won't work, it just keeps crafting a regular iron pick.
This is the code that currently doesn't work. I've tried switching the stick postion and it does what I want it to do, but I'd like the keep the recipe the same. Also I don't want to use an "on craft:" event.
code_language.skript:
on place of crafting table:
register new shaped recipe for iron pickaxe of efficiency 3 using iron ingot, iron ingot, iron ingot, air, stick, air, air, stick, air
This is the code that currently doesn't work. I've tried switching the stick postion and it does what I want it to do, but I'd like the keep the recipe the same. Also I don't want to use an "on craft:" event.