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
565 B
12 lines
565 B
// priority: 200 |
|
|
|
global.unification = global.unification || { }; |
|
global.unification.constantan = { |
|
nugget: [ "thermal:constantan_nugget", "immersiveengineering:nugget_constantan" ], |
|
ingot: [ "thermal:constantan_ingot", "immersiveengineering:ingot_constantan" ], |
|
block: [ "thermal:constantan_block", "immersiveengineering:storage_constantan" ], |
|
|
|
dust: [ "thermal:constantan_dust", "immersiveengineering:dust_constantan" ], |
|
plate: [ "thermal:constantan_plate", "immersiveengineering:plate_constantan" ], |
|
fluid: [ "tconstruct:molten_constantan" ], |
|
};
|
|
|