Minecraft Modpack
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.
 

17 lines
448 B

// 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" ],
};