mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-24 16:48:00 -05:00
add missing raw storage blocks tag for fabric
This commit is contained in:
parent
b2099a8b58
commit
3af4c78efa
1 changed files with 3 additions and 1 deletions
|
@ -100,6 +100,7 @@ public final class Defaults {
|
|||
"c:plates/{material}",
|
||||
"c:rods/{material}",
|
||||
"c:storage_blocks/{material}",
|
||||
"c:storage_blocks/raw_{material}",
|
||||
// Modders just can't decide
|
||||
"c:{material}_nuggets",
|
||||
"c:{material}_dusts",
|
||||
|
@ -110,7 +111,8 @@ public final class Defaults {
|
|||
"c:{material}_ores",
|
||||
"c:{material}_plates",
|
||||
"c:{material}_rods",
|
||||
"c:{material}_storage_blocks"
|
||||
"c:{material}_storage_blocks",
|
||||
"c:raw_{material}_storage_blocks"
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue