SomebodyMakeAConstruct/kubejs/server_scripts/tinkerhooks.js

7 lines
232 B
JavaScript
Raw Permalink Normal View History

2024-06-03 14:19:25 -07:00
ServerEvents.recipes(event => {
event.replaceInput(
{ input: 'minecraft:iron_pickaxe' },
'minecraft:iron_pickaxe',
Item.of('tconstruct:pick_head', '{Material:"tconstruct:iron"}').strongNBT());
});