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.
12 lines
505 B
12 lines
505 B
// priority: 200 |
|
|
|
global.unification = global.unification || { }; |
|
global.unification.steel = { |
|
nugget: [ "immersiveengineering:nugget_steel", "thermal:steel_nugget" ], |
|
ingot: [ "immersiveengineering:ingot_steel", "thermal:steel_ingot" ], |
|
block: [ "immersiveengineering:storage_steel", "thermal:steel_block" ], |
|
|
|
dust: [ "immersiveengineering:dust_steel", "thermal:steel_dust" ], |
|
plate: [ "immersiveengineering:plate_steel", "thermal:steel_plate" ], |
|
fluid: [ "tconstruct:molten_steel" ], |
|
};
|
|
|