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.
 

19 lines
895 B

// priority: 200
global.unification = global.unification || { };
global.unification.nickel = {
nugget: [ "thermal:nickel_nugget", "immersiveengineering:nugget_nickel" ],
ingot: [ "thermal:nickel_ingot", "immersiveengineering:ingot_nickel" ],
block: [ "thermal:nickel_block", "immersiveengineering:storage_nickel" ],
ore: [ "thermal:nickel_ore", "immersiveengineering:ore_nickel" ],
deep_ore: [ "thermal:deepslate_nickel_ore", "immersiveengineering:deepslate_ore_nickel" ],
raw: [ "thermal:raw_nickel", "immersiveengineering:raw_nickel" ],
raw_block: [ "thermal:raw_nickel_block", "immersiveengineering:raw_block_nickel" ],
crushed: [ "create:crushed_nickel_ore" ],
dust: [ "thermal:nickel_dust", "immersiveengineering:dust_nickel" ],
plate: [ "thermal:nickel_plate", "immersiveengineering:plate_nickel" ],
fluid: [ "tconstruct:molten_nickel" ],
};