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
442 B
13 lines
442 B
2 years ago
|
// priority: 200
|
||
|
|
||
|
global.unification = global.unification || { };
|
||
|
global.unification.rose_gold = {
|
||
|
nugget: [ "thermal:rose_gold_nugget", "tconstruct:rose_gold_nugget" ],
|
||
|
ingot: [ "thermal:rose_gold_ingot", "tconstruct:rose_gold_ingot" ],
|
||
|
block: [ "thermal:rose_gold_block", "tconstruct:rose_gold_block" ],
|
||
|
|
||
|
dust: [ "thermal:rose_gold_dust" ],
|
||
|
plate: [ "thermal:rose_gold_plate" ],
|
||
|
fluid: [ "tconstruct:molten_rose_gold" ],
|
||
|
};
|