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.
20 lines
632 B
20 lines
632 B
2 years ago
|
// 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" ],
|
||
|
};
|