restore the glorious hooks
This commit is contained in:
parent
aa8ba253fc
commit
edf2d0ed18
@ -416,6 +416,10 @@ hash = "f17bdb6d5bd776179bc29b15b19dcccfe5b8a731ff81a28abfd4cfe02db4ee62"
|
||||
file = "kubejs/server_scripts/tinkerban.js"
|
||||
hash = "5c081cc05d652810a05e63bb0729a69abd3e1d440e6a448ede63b2acd02f919e"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/tinkerhooks.js"
|
||||
hash = "533058559f25ad96f1c58658b36f2eb9bef5a4b2e4ad09ce32dd7ef81b0afe86"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/startup_scripts/tinkermode.js"
|
||||
hash = "e36f278847bca8ce8115a39e7ded7838fc8e003fccc9016a2c18fb14ac7bcf1d"
|
||||
|
6
kubejs/server_scripts/tinkerhooks.js
Normal file
6
kubejs/server_scripts/tinkerhooks.js
Normal file
@ -0,0 +1,6 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.replaceInput(
|
||||
{ input: 'minecraft:iron_pickaxe' },
|
||||
'minecraft:iron_pickaxe',
|
||||
Item.of('tconstruct:pick_head', '{Material:"tconstruct:iron"}').strongNBT());
|
||||
});
|
Loading…
Reference in New Issue
Block a user