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
773 B
19 lines
773 B
// priority: 200 |
|
|
|
global.unification = global.unification || { }; |
|
global.unification.copper = { |
|
nugget: [ "create:copper_nugget", "thermal:copper_nugget", "immersiveengineering:nugget_copper", "tconstruct:copper_nugget", "malum:copper_nugget" ], |
|
ingot: [ "minecraft:copper_ingot" ], |
|
block: [ "minecraft:copper_block" ], |
|
|
|
ore: [ "minecraft:copper_ore" ], |
|
deep_ore: [ "minecraft:deepslate_copper_ore" ], |
|
|
|
raw: [ "minecraft:raw_copper" ], |
|
raw_block: [ "minecraft:raw_copper_block" ], |
|
|
|
crushed: [ "create:crushed_copper_ore" ], |
|
dust: [ "thermal:copper_dust", "immersiveengineering:dust_copper" ], |
|
plate: [ "create:copper_sheet", "thermal:copper_plate", "immersiveengineering:plate_copper" ], |
|
fluid: [ "tconstruct:molten_copper" ], |
|
};
|
|
|