From 33bd5ec3a0c4fee0790346109e7a4096f076317c Mon Sep 17 00:00:00 2001 From: Tipy <105522881+Tipy4@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:06:52 +0100 Subject: [PATCH] Fix craft gun Freedom in recipes.guns.js (#3279) Signed-off-by: Tipy <105522881+Tipy4@users.noreply.github.com> --- kubejs/server_scripts/tacz/recipes.guns.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tacz/recipes.guns.js b/kubejs/server_scripts/tacz/recipes.guns.js index e737190b2..595bdb913 100644 --- a/kubejs/server_scripts/tacz/recipes.guns.js +++ b/kubejs/server_scripts/tacz/recipes.guns.js @@ -219,7 +219,7 @@ function registerTACZGunRecipes(event){ .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 2160)) .itemOutputs(Item.of('tacz:modern_kinetic_gun', '{GunCurrentAmmoCount:0,GunFireMode:"AUTO",GunId:"applied_armorer:niklas_smg_freedom",HasBulletInBarrel:1b}')) - .circuit(7) + .circuit(28) .EUt(GTValues.VA[GTValues.EV]) .duration(160) @@ -244,4 +244,4 @@ function registerTACZGunRecipes(event){ .EUt(GTValues.VA[GTValues.EV]) .duration(300) -} \ No newline at end of file +}