restore the glorious hooks

This commit is contained in:
Hexugory 2024-06-03 16:19:25 -05:00
parent aa8ba253fc
commit edf2d0ed18
3 changed files with 11 additions and 1 deletions

View File

@ -416,6 +416,10 @@ hash = "f17bdb6d5bd776179bc29b15b19dcccfe5b8a731ff81a28abfd4cfe02db4ee62"
file = "kubejs/server_scripts/tinkerban.js" file = "kubejs/server_scripts/tinkerban.js"
hash = "5c081cc05d652810a05e63bb0729a69abd3e1d440e6a448ede63b2acd02f919e" hash = "5c081cc05d652810a05e63bb0729a69abd3e1d440e6a448ede63b2acd02f919e"
[[files]]
file = "kubejs/server_scripts/tinkerhooks.js"
hash = "533058559f25ad96f1c58658b36f2eb9bef5a4b2e4ad09ce32dd7ef81b0afe86"
[[files]] [[files]]
file = "kubejs/startup_scripts/tinkermode.js" file = "kubejs/startup_scripts/tinkermode.js"
hash = "e36f278847bca8ce8115a39e7ded7838fc8e003fccc9016a2c18fb14ac7bcf1d" hash = "e36f278847bca8ce8115a39e7ded7838fc8e003fccc9016a2c18fb14ac7bcf1d"

View 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());
});

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "97ed9fc877e7757975d2f7d6999b27582f51b30a9166ecd22eb3873ed1e27371" hash = "6b04d130a38a62e188305493becdd512a0eba3462914f159f1a4ea9b0443580f"
[versions] [versions]
forge = "43.3.13" forge = "43.3.13"