mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-24 00:28:04 -05:00
add more defaults
This commit is contained in:
parent
5e59f45b1d
commit
ed3de3f623
1 changed files with 6 additions and 1 deletions
|
@ -28,6 +28,7 @@ public final class Defaults {
|
||||||
"brass",
|
"brass",
|
||||||
"bronze",
|
"bronze",
|
||||||
"charcoal",
|
"charcoal",
|
||||||
|
"chrome",
|
||||||
"cinnabar",
|
"cinnabar",
|
||||||
"coal",
|
"coal",
|
||||||
"coal_coke",
|
"coal_coke",
|
||||||
|
@ -41,12 +42,14 @@ public final class Defaults {
|
||||||
"enderium",
|
"enderium",
|
||||||
"fluorite",
|
"fluorite",
|
||||||
"gold",
|
"gold",
|
||||||
|
"graphite",
|
||||||
"invar",
|
"invar",
|
||||||
"iridium",
|
"iridium",
|
||||||
"iron",
|
"iron",
|
||||||
"lapis",
|
"lapis",
|
||||||
"lead",
|
"lead",
|
||||||
"lumium",
|
"lumium",
|
||||||
|
"mithril",
|
||||||
"netherite",
|
"netherite",
|
||||||
"nickel",
|
"nickel",
|
||||||
"obsidian",
|
"obsidian",
|
||||||
|
@ -61,6 +64,7 @@ public final class Defaults {
|
||||||
"steel",
|
"steel",
|
||||||
"sulfur",
|
"sulfur",
|
||||||
"tin",
|
"tin",
|
||||||
|
"tungsten",
|
||||||
"uranium",
|
"uranium",
|
||||||
"zinc"
|
"zinc"
|
||||||
);
|
);
|
||||||
|
@ -80,7 +84,8 @@ public final class Defaults {
|
||||||
"forge:ores/{material}",
|
"forge:ores/{material}",
|
||||||
"forge:plates/{material}",
|
"forge:plates/{material}",
|
||||||
"forge:rods/{material}",
|
"forge:rods/{material}",
|
||||||
"forge:storage_blocks/{material}"
|
"forge:storage_blocks/{material}",
|
||||||
|
"forge:storage_blocks/raw_{material}"
|
||||||
);
|
);
|
||||||
case FABRIC -> List.of(
|
case FABRIC -> List.of(
|
||||||
"c:nuggets/{material}",
|
"c:nuggets/{material}",
|
||||||
|
|
Loading…
Reference in a new issue