v2 #1

Merged
Hexugory merged 19 commits from v2 into main 2024-12-10 17:53:26 -08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit babcf60a82 - Show all commits

View File

@ -217,7 +217,7 @@ hash = "b30258169614f1e9856ba95d22963f8149645853aec26fd25e9cf787d413412d"
[[files]]
file = "kubejs/server_scripts/poor_recipes.js"
hash = "6749af9340cdd6cd11f04a31b25dbfeaf99989f0d52a1ce3e514aeeae68fcd0e"
hash = "7d55172621c99e6eb002b2bbc976a9f84d045c985a9888485e39249ef8c1948b"
[[files]]
file = "mods/alexs-caves.pw.toml"

View File

@ -26,7 +26,7 @@ ServerEvents.recipes(event => { //listen for the "recipes" server event.
}
);
event.shapeless(Item.of('tacz:ammo', '{AmmoId:"hamster:medium_ammo"}'), [
event.shapeless(Item.of('tacz:ammo', 8, '{AmmoId:"hamster:medium_ammo"}'), [
'#minecraft:coals',
'#forge:ingots/copper'
]);

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "88f3c30e0ce9f285a24d01ae2f68eeba3f429d1d1a2d25a19208a4aad20c6bda"
hash = "67ac5765d0c94c0abd7507b2b4ed2bf30f4e9202ce41fa4ffe740a9da4a27c5f"
[versions]
forge = "47.3.0"