You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
448 B
18 lines
448 B
2 years ago
|
// priority: 200
|
||
|
|
||
|
global.unification = global.unification || { };
|
||
|
global.unification.zinc = {
|
||
|
nugget: [ "create:zinc_nugget" ],
|
||
|
ingot: [ "create:zinc_ingot" ],
|
||
|
block: [ "create:zinc_block" ],
|
||
|
|
||
|
ore: [ "create:zinc_ore" ],
|
||
|
deep_ore: [ "create:deepslate_zinc_ore" ],
|
||
|
|
||
|
raw: [ "create:raw_zinc" ],
|
||
|
raw_block: [ "create:raw_zinc_block" ],
|
||
|
|
||
|
crushed: [ "create:crushed_zinc_ore" ],
|
||
|
fluid: [ "tconstruct:molten_zinc" ],
|
||
|
};
|