add more defaults

This commit is contained in:
Relentless 2022-09-06 17:03:09 +02:00
parent 5e59f45b1d
commit ed3de3f623
No known key found for this signature in database
GPG key ID: 759D97B8C6F25265

View file

@ -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}",