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.
12 lines
541 B
12 lines
541 B
// priority: 200 |
|
|
|
global.unification = global.unification || { }; |
|
global.unification.electrum = { |
|
nugget: [ "thermal:electrum_nugget", "immersiveengineering:nugget_electrum" ], |
|
ingot: [ "thermal:electrum_ingot", "immersiveengineering:ingot_electrum" ], |
|
block: [ "thermal:electrum_block", "immersiveengineering:storage_electrum" ], |
|
|
|
dust: [ "thermal:electrum_dust", "immersiveengineering:dust_electrum" ], |
|
plate: [ "thermal:electrum_plate", "immersiveengineering:plate_electrum" ], |
|
fluid: [ "tconstruct:molten_electrum" ], |
|
};
|
|
|