Well-rounded Minecraft 1.18.2 modpack featuring Tech, Magic, Exploration and Decoration content. Made with love. 💚
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.
 

19 lines
632 B

// priority: 200
global.unification = global.unification || { };
global.unification.iron = {
nugget: [ "minecraft:iron_nugget" ],
ingot: [ "minecraft:iron_ingot" ],
block: [ "minecraft:iron_block" ],
ore: [ "minecraft:iron_ore" ],
deep_ore: [ "minecraft:deepslate_iron_ore" ],
raw: [ "minecraft:raw_iron" ],
raw_block: [ "minecraft:raw_iron_block" ],
crushed: [ "create:crushed_iron_ore" ],
dust: [ "thermal:iron_dust", "immersiveengineering:dust_iron" ],
plate: [ "create:iron_sheet", "thermal:iron_plate", "immersiveengineering:plate_iron" ],
fluid: [ "tconstruct:molten_iron" ],
};