fix typo in script

This commit is contained in:
Hexugory 2024-06-04 19:46:37 -05:00
parent b9ea90c117
commit e896c92985
3 changed files with 3 additions and 3 deletions

View File

@ -414,7 +414,7 @@ hash = "f17bdb6d5bd776179bc29b15b19dcccfe5b8a731ff81a28abfd4cfe02db4ee62"
[[files]] [[files]]
file = "kubejs/server_scripts/rebalance.js" file = "kubejs/server_scripts/rebalance.js"
hash = "c88201f1d7910007da630c9420ff48c7300229d5aabde883b1d6b111578b9932" hash = "253e3604c1a6122386ed37289345d4b90ed7e9be037cc0a64e8d4ba6a0941926"
[[files]] [[files]]
file = "kubejs/server_scripts/tinkerban.js" file = "kubejs/server_scripts/tinkerban.js"

View File

@ -1,5 +1,5 @@
ServerEvents.recipes(event => { ServerEvents.recipes(event => {
event.shapeless('minecraft:phantom_membrane' event.shapeless('minecraft:phantom_membrane' ,
['minecraft:leather', 'minecraft:glowstone_dust'] ['minecraft:leather', 'minecraft:glowstone_dust']
); );
}); });

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 = "09c8ac2af7ec6d9a2e53bed6933079c6ed9dae41638a7fc3286380e9e3ccb649" hash = "4d0615cf18a3262e087d88ffe571f4a9666c62fdff2d2eec117e337122a0f5f7"
[versions] [versions]
forge = "43.3.13" forge = "43.3.13"