Add more unification materials

carryon-pedestal
copygirl 2 years ago
parent 6df79acc40
commit 63a2447f03
  1. 11
      kubejs/startup_scripts/unification/brass.js
  2. 12
      kubejs/startup_scripts/unification/bronze.js
  3. 12
      kubejs/startup_scripts/unification/enderium.js
  4. 2
      kubejs/startup_scripts/unification/gold.js
  5. 12
      kubejs/startup_scripts/unification/invar.js
  6. 12
      kubejs/startup_scripts/unification/lumium.js
  7. 12
      kubejs/startup_scripts/unification/rose_gold.js
  8. 12
      kubejs/startup_scripts/unification/signalum.js
  9. 19
      kubejs/startup_scripts/unification/uranium.js

@ -0,0 +1,11 @@
// priority: 200
global.unification = global.unification || { };
global.unification.brass = {
nugget: [ "create:brass_nugget" ],
ingot: [ "create:brass_ingot" ],
block: [ "create:brass_block" ],
plate: [ "create:brass_sheet" ],
fluid: [ "tconstruct:molten_brass" ],
};

@ -0,0 +1,12 @@
// priority: 200
global.unification = global.unification || { };
global.unification.bronze = {
nugget: [ "thermal:bronze_nugget" ],
ingot: [ "thermal:bronze_ingot" ],
block: [ "thermal:bronze_block" ],
dust: [ "thermal:bronze_dust" ],
plate: [ "thermal:bronze_plate" ],
fluid: [ "tconstruct:molten_bronze" ],
};

@ -0,0 +1,12 @@
// priority: 200
global.unification = global.unification || { };
global.unification.enderium = {
nugget: [ "thermal:enderium_nugget" ],
ingot: [ "thermal:enderium_ingot" ],
block: [ "thermal:enderium_block" ],
dust: [ "thermal:enderium_dust" ],
plate: [ "thermal:enderium_plate" ],
fluid: [ "tconstruct:molten_enderium" ],
};

@ -14,6 +14,6 @@ global.unification.gold = {
crushed: [ "create:crushed_gold_ore" ],
dust: [ "thermal:gold_dust", "immersiveengineering:dust_gold" ],
plate: [ "create:gold_sheet", "thermal:gold_plate", "immersiveengineering:plate_gold" ],
plate: [ "create:golden_sheet", "thermal:gold_plate", "immersiveengineering:plate_gold" ],
fluid: [ "tconstruct:molten_gold" ],
};

@ -0,0 +1,12 @@
// priority: 200
global.unification = global.unification || { };
global.unification.invar = {
nugget: [ "thermal:invar_nugget" ],
ingot: [ "thermal:invar_ingot" ],
block: [ "thermal:invar_block" ],
dust: [ "thermal:invar_dust" ],
plate: [ "thermal:invar_plate" ],
fluid: [ "tconstruct:molten_invar" ],
};

@ -0,0 +1,12 @@
// 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" ],
};

@ -0,0 +1,12 @@
// 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" ],
};

@ -0,0 +1,12 @@
// priority: 200
global.unification = global.unification || { };
global.unification.signalum = {
nugget: [ "thermal:signalum_nugget" ],
ingot: [ "thermal:signalum_ingot" ],
block: [ "thermal:signalum_block" ],
dust: [ "thermal:signalum_dust" ],
plate: [ "thermal:signalum_plate" ],
fluid: [ "tconstruct:molten_signalum" ],
};

@ -0,0 +1,19 @@
// 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" ],
};
Loading…
Cancel
Save