Fix craft gun Freedom in recipes.guns.js (#3279)

Signed-off-by: Tipy <105522881+Tipy4@users.noreply.github.com>
This commit is contained in:
Tipy
2026-03-06 15:06:52 +01:00
committed by GitHub
parent d1ecafb403
commit 33bd5ec3a0

View File

@@ -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)
}
}