Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Discomanco authored May 17, 2023
2 parents 83b48b6 + 0d7af00 commit c6f40bb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/exnihilocreatio/OreRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
{
"name": "aluminium",
"name": "aluminum",
"color": {
"r": 0.7490196,
"g": 0.7490196,
Expand Down
18 changes: 9 additions & 9 deletions config/exnihilocreatio/SieveRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,23 +396,23 @@
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.2,
"meshLevel": 2
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.2,
"meshLevel": 3
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.1,
Expand Down Expand Up @@ -930,23 +930,23 @@
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.2,
"meshLevel": 2
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.2,
"meshLevel": 3
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.1,
Expand Down Expand Up @@ -1148,23 +1148,23 @@
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.2,
"meshLevel": 2
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.2,
"meshLevel": 3
},
{
"drop": {
"name": "exnihilocreatio:item_ore_aluminium",
"name": "exnihilocreatio:item_ore_aluminum",
"meta": 0
},
"chance": 0.1,
Expand Down
2 changes: 1 addition & 1 deletion config/jaopca/materials/Aluminium.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ThermalExpansion.zs
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ mods.thermalexpansion.Compactor.addGearRecipe(<thermalfoundation:material:23>, <
# Remove AE2 Seeds from Phytogenic Insolator
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:0>, <minecraft:glowstone_dust>);
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:600>, <minecraft:glowstone_dust>);
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:1200>, <minecraft:glowstone_dust>);
mods.thermalexpansion.Insolator.removeRecipe(<appliedenergistics2:crystal_seed:1200>, <minecraft:glowstone_dust>);

0 comments on commit c6f40bb

Please sign in to comment.