diff --git a/config/betterquesting/DefaultQuests/Quests/2031103779/736723837.json b/config/betterquesting/DefaultQuests/Quests/2031103779/736723837.json index ce19b48..a487190 100644 --- a/config/betterquesting/DefaultQuests/Quests/2031103779/736723837.json +++ b/config/betterquesting/DefaultQuests/Quests/2031103779/736723837.json @@ -33,12 +33,12 @@ "requiredItems:9": { "0:10": { "Count:3": 2, - "OreDict:8": "pistonCasingAny", + "OreDict:8": "casingPiston", "id:8": "gtlitecore:piston_casing" }, "1:10": { "Count:3": 2, - "OreDict:8": "motorCasingAny", + "OreDict:8": "casingMotor", "id:8": "gtlitecore:motor_casing" } }, diff --git a/config/loliasm.cfg b/config/loliasm.cfg index ebf29c8..8ef02b9 100644 --- a/config/loliasm.cfg +++ b/config/loliasm.cfg @@ -36,7 +36,7 @@ canonicalization { B:modelConditionCanonicalization=false # Deduplicate String keys in NBTTagCompound - - B:nbtBackingMapStringCanonicalization=true + B:nbtBackingMapStringCanonicalization=false # Deduplicate Strings in NBTTagString - B:nbtTagStringBackingStringCanonicalization=true @@ -45,7 +45,7 @@ canonicalization { B:packageStringCanonicalization=true # Deduplicate ResourceLocation and ModelResourceLocation instances - - B:resourceLocationCanonicalization=true + B:resourceLocationCanonicalization=false # Deduplicate TextureAtlasSprite's names - B:spriteNameCanonicalization=true @@ -75,7 +75,7 @@ datastructures { B:optimizeFurnaceRecipeStore=true # Optimize NBTTagCompound's backing map structure - - B:optimizeNBTTagCompoundBackingMap=true + B:optimizeNBTTagCompoundBackingMap=false # Max size NBTTagCompounds backing map can get before it gets changed to HashMap from ArrayMap - I:optimizeNBTTagCompoundMapThreshold=5 diff --git a/groovy/loader/recipe/EnderUtilities.groovy b/groovy/loader/recipe/EnderUtilities.groovy index 83a2beb..f2fc6b1 100644 --- a/groovy/loader/recipe/EnderUtilities.groovy +++ b/groovy/loader/recipe/EnderUtilities.groovy @@ -377,8 +377,8 @@ crafting.addShapeless(item('enderutilities:enderpart', 53) * 4, // Memory Card (12b) crafting.removeByOutput(item('enderutilities:enderpart', 54)) crafting.addShapeless(item('enderutilities:enderpart', 54), - [item('enderutilities:enderpart', 54), item('enderutilities:enderpart', 54), - item('enderutilities:enderpart', 54), item('enderutilities:enderpart', 54)]) + [item('enderutilities:enderpart', 53), item('enderutilities:enderpart', 53), + item('enderutilities:enderpart', 53), item('enderutilities:enderpart', 53)]) // Handy Chest (Small) crafting.removeByOutput(item('enderutilities:storage_0', 3)) diff --git a/groovy/loader/recipe/SophisticatedBackpacks.groovy b/groovy/loader/recipe/SophisticatedBackpacks.groovy index a6c0a54..9f51009 100644 --- a/groovy/loader/recipe/SophisticatedBackpacks.groovy +++ b/groovy/loader/recipe/SophisticatedBackpacks.groovy @@ -224,7 +224,7 @@ crafting.removeByOutput(item('retro_sophisticated_backpacks:restock_upgrade')) crafting.shapelessBuilder() .name(resource('gtlite:restock_upgrade')) .input([item('retro_sophisticated_backpacks:upgrade_base'), - ore('drawerBasic')]) + ore('drawerAny')]) .output(item('retro_sophisticated_backpacks:restock_upgrade')) .register() diff --git a/index.toml b/index.toml index 22f364a..d934f34 100644 --- a/index.toml +++ b/index.toml @@ -1446,7 +1446,7 @@ hash = "6421fb58ab4e0efd9695ed4abad333d4792ed6c239ca88b179020a2cfec5d186" [[files]] file = "config/betterquesting/DefaultQuests/Quests/2031103779/736723837.json" -hash = "1b8ca0727ed53e775718eb0e08a64bcc18631a00136919a8307a5aa83729879c" +hash = "de4ef2e8da3c62c157fc841ccc24ef4d178b5c77895dfd59a9e6e544d86c1417" [[files]] file = "config/betterquesting/DefaultQuests/Quests/2031103779/768919097.json" @@ -2978,7 +2978,7 @@ hash = "99fcf0755cf5341ba7d5e82c1b7c5b3bc707b3df508b8b4260eb91ff03879f85" [[files]] file = "config/loliasm.cfg" -hash = "b116b2ed6e6221c5381d56da74c52824e20cc58c44a11af02e44053ba9b999be" +hash = "02f5ab9637f6e169466073824fff64be9291c24dc583162425da67f44c7a0d95" [[files]] file = "config/morefurnaces.cfg" @@ -3082,7 +3082,7 @@ hash = "28f0f8edae5fa126144d8bbba37babe08034d351c94a4f4a59ee67034ce16f4f" [[files]] file = "groovy/loader/recipe/EnderUtilities.groovy" -hash = "4e62fd709bdf9c3042b164289acbadb40fe2fa6e1291c092536a8583c9ef9736" +hash = "05e5bc24e786dd5ce35fa57ff3dfea119d58d89a85fa82fb206c061ccf241072" [[files]] file = "groovy/loader/recipe/Entangled.groovy" @@ -3122,7 +3122,7 @@ hash = "67f94257f18826514d035e2a81eea4f92aed7a64b011f4c40449e3613e2d3a87" [[files]] file = "groovy/loader/recipe/SophisticatedBackpacks.groovy" -hash = "e719f11a92e05d095712a16fffcb085345eeb5d92be99a69abff340e7b438232" +hash = "2ec9317e8380fe69de6def7b9970f364118e98ebf4d081a9ffde3a40109cb75c" [[files]] file = "groovy/loader/recipe/Translocators.groovy" diff --git a/pack.toml b/pack.toml index 66b6cf7..5d47b77 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "aaff416bc16a8a831d8b9383d2163e1f4f3cbf2eb59b8def86280c864f7ccc77" +hash = "a73f394cc16a26130b3fe504a82f280dfcfadeca81866e6b221781b29506365a" [versions] forge = "14.23.5.2860"