mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-23 16:18:24 -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",
|
||||
"bronze",
|
||||
"charcoal",
|
||||
"chrome",
|
||||
"cinnabar",
|
||||
"coal",
|
||||
"coal_coke",
|
||||
|
@ -41,12 +42,14 @@ public final class Defaults {
|
|||
"enderium",
|
||||
"fluorite",
|
||||
"gold",
|
||||
"graphite",
|
||||
"invar",
|
||||
"iridium",
|
||||
"iron",
|
||||
"lapis",
|
||||
"lead",
|
||||
"lumium",
|
||||
"mithril",
|
||||
"netherite",
|
||||
"nickel",
|
||||
"obsidian",
|
||||
|
@ -61,6 +64,7 @@ public final class Defaults {
|
|||
"steel",
|
||||
"sulfur",
|
||||
"tin",
|
||||
"tungsten",
|
||||
"uranium",
|
||||
"zinc"
|
||||
);
|
||||
|
@ -80,7 +84,8 @@ public final class Defaults {
|
|||
"forge:ores/{material}",
|
||||
"forge:plates/{material}",
|
||||
"forge:rods/{material}",
|
||||
"forge:storage_blocks/{material}"
|
||||
"forge:storage_blocks/{material}",
|
||||
"forge:storage_blocks/raw_{material}"
|
||||
);
|
||||
case FABRIC -> List.of(
|
||||
"c:nuggets/{material}",
|
||||
|
|
Loading…
Reference in a new issue