diff --git a/kubejs/assets/gtceu/molecules/ruthenium_tetroxide.json b/kubejs/assets/gtceu/molecules/ruthenium_tetroxide.json index 90da1d915..332f31714 100644 --- a/kubejs/assets/gtceu/molecules/ruthenium_tetroxide.json +++ b/kubejs/assets/gtceu/molecules/ruthenium_tetroxide.json @@ -42,6 +42,7 @@ "solid", "solid" ], + "centered": true, "type": "bond" }, { @@ -51,6 +52,7 @@ "solid", "solid" ], + "centered": true, "type": "bond" }, { @@ -60,6 +62,7 @@ "solid", "solid" ], + "centered": true, "type": "bond" }, { @@ -69,6 +72,7 @@ "solid", "solid" ], + "centered": true, "type": "bond" } ] diff --git a/kubejs/server_scripts/tacz/recipes.ammo.js b/kubejs/server_scripts/tacz/recipes.ammo.js index 2fbc8f20f..5b2200f4c 100644 --- a/kubejs/server_scripts/tacz/recipes.ammo.js +++ b/kubejs/server_scripts/tacz/recipes.ammo.js @@ -90,6 +90,7 @@ function registerTACZAmmoRecipes(event){ .itemOutputs(Item.of('tacz:ammo', 4, '{AmmoId:"tacz:45_70"}')) .EUt(GTValues.VA[GTValues.LV]) + .circuit(4) .duration(20) //Clockwork era @@ -99,6 +100,7 @@ function registerTACZAmmoRecipes(event){ .itemOutputs(Item.of('tacz:ammo', 4, '{AmmoId:"create_armorer:rbapb"}')) .EUt(GTValues.VA[GTValues.LV]) + .circuit(1) .duration(20) event.recipes.gtceu.assembler('tfg_tacz:rb_small') .itemInputs('4x #forge:nuggets/lead','2x #forge:foils/copper', '4x tfg:small_bullet_casing',