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
683 B
19 lines
683 B
// priority: 200 |
|
|
|
global.unification = global.unification || { }; |
|
global.unification.uranium = { |
|
nugget: [ "immersiveengineering:nugget_uranium" ], |
|
ingot: [ "immersiveengineering:ingot_uranium" ], |
|
block: [ "immersiveengineering:storage_uranium" ], |
|
|
|
ore: [ "immersiveengineering:ore_uranium" ], |
|
deep_ore: [ "immersiveengineering:deepslate_ore_uranium" ], |
|
|
|
raw: [ "immersiveengineering:raw_uranium" ], |
|
raw_block: [ "immersiveengineering:raw_block_uranium" ], |
|
|
|
crushed: [ "create:crushed_uranium_ore" ], |
|
dust: [ "immersiveengineering:dust_uranium" ], |
|
plate: [ "immersiveengineering:plate_uranium" ], |
|
fluid: [ "tconstruct:molten_uranium" ], |
|
};
|
|
|