diff --git a/config/exnihilocreatio/OreRegistry.json b/config/exnihilocreatio/OreRegistry.json index 5074e9f0b..9283aa0bd 100644 --- a/config/exnihilocreatio/OreRegistry.json +++ b/config/exnihilocreatio/OreRegistry.json @@ -44,7 +44,7 @@ } }, { - "name": "aluminium", + "name": "aluminum", "color": { "r": 0.7490196, "g": 0.7490196, diff --git a/config/exnihilocreatio/SieveRegistry.json b/config/exnihilocreatio/SieveRegistry.json index ff23b178b..af6202344 100644 --- a/config/exnihilocreatio/SieveRegistry.json +++ b/config/exnihilocreatio/SieveRegistry.json @@ -396,7 +396,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.2, @@ -404,7 +404,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.2, @@ -412,7 +412,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.1, @@ -930,7 +930,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.2, @@ -938,7 +938,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.2, @@ -946,7 +946,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.1, @@ -1148,7 +1148,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.2, @@ -1156,7 +1156,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.2, @@ -1164,7 +1164,7 @@ }, { "drop": { - "name": "exnihilocreatio:item_ore_aluminium", + "name": "exnihilocreatio:item_ore_aluminum", "meta": 0 }, "chance": 0.1, diff --git a/config/jaopca/materials/Aluminium.toml b/config/jaopca/materials/Aluminium.toml index 19a9dac25..06598b7e9 100644 --- a/config/jaopca/materials/Aluminium.toml +++ b/config/jaopca/materials/Aluminium.toml @@ -8,7 +8,7 @@ #Is the storage block of this material small (2x2). isSmallStorageBlock = false #The module blacklist of this material. - moduleBlacklist = [] + moduleBlacklist = ["*"] #Should items of this material have the enchanted glow. hasEffect = false #The model type of the material. diff --git a/scripts/ThermalExpansion.zs b/scripts/ThermalExpansion.zs index b66c2a406..e5b0fce40 100644 --- a/scripts/ThermalExpansion.zs +++ b/scripts/ThermalExpansion.zs @@ -279,4 +279,4 @@ mods.thermalexpansion.Compactor.addGearRecipe(, < # Remove AE2 Seeds from Phytogenic Insolator mods.thermalexpansion.Insolator.removeRecipe(, ); mods.thermalexpansion.Insolator.removeRecipe(, ); -mods.thermalexpansion.Insolator.removeRecipe(, ); \ No newline at end of file +mods.thermalexpansion.Insolator.removeRecipe(, );