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
516 B
19 lines
516 B
// priority: 200 |
|
|
|
global.unification = global.unification || { }; |
|
global.unification.tin = { |
|
nugget: [ "thermal:tin_nugget" ], |
|
ingot: [ "thermal:tin_ingot" ], |
|
block: [ "thermal:tin_block" ], |
|
|
|
ore: [ "thermal:tin_ore" ], |
|
deep_ore: [ "thermal:deepslate_tin_ore" ], |
|
|
|
raw: [ "thermal:raw_tin" ], |
|
raw_block: [ "thermal:raw_tin_block" ], |
|
|
|
crushed: [ "create:crushed_tin_ore" ], |
|
dust: [ "thermal:tin_dust" ], |
|
plate: [ "thermal:tin_plate" ], |
|
fluid: [ "tconstruct:molten_tin" ], |
|
};
|
|
|