forked from copygirl/heck
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
853 B
19 lines
853 B
// priority: 200 |
|
|
|
global.unification = global.unification || { }; |
|
global.unification.lead = { |
|
nugget: [ "thermal:lead_nugget", "immersiveengineering:nugget_lead" ], |
|
ingot: [ "thermal:lead_ingot", "immersiveengineering:ingot_lead" ], |
|
block: [ "thermal:lead_block", "immersiveengineering:storage_lead" ], |
|
|
|
ore: [ "thermal:lead_ore", "immersiveengineering:ore_lead" ], |
|
deep_ore: [ "thermal:deepslate_lead_ore", "immersiveengineering:deepslate_ore_lead" ], |
|
|
|
raw: [ "thermal:raw_lead", "immersiveengineering:raw_lead" ], |
|
raw_block: [ "thermal:raw_lead_block", "immersiveengineering:raw_block_lead" ], |
|
|
|
crushed: [ "create:crushed_lead_ore" ], |
|
dust: [ "thermal:lead_dust", "immersiveengineering:dust_lead" ], |
|
plate: [ "thermal:lead_plate", "immersiveengineering:plate_lead" ], |
|
fluid: [ "tconstruct:molten_lead" ], |
|
};
|
|
|