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.
13 lines
330 B
13 lines
330 B
2 years ago
|
// priority: 200
|
||
|
|
||
|
global.unification = global.unification || { };
|
||
|
global.unification.lumium = {
|
||
|
nugget: [ "thermal:lumium_nugget" ],
|
||
|
ingot: [ "thermal:lumium_ingot" ],
|
||
|
block: [ "thermal:lumium_block" ],
|
||
|
|
||
|
dust: [ "thermal:lumium_dust" ],
|
||
|
plate: [ "thermal:lumium_plate" ],
|
||
|
fluid: [ "tconstruct:molten_lumium" ],
|
||
|
};
|