From d9f20779ca6e880a60730a77b5481fa1e664c0c8 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Sun, 25 May 2025 01:13:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B41130=E7=9A=84=E6=9C=80?= =?UTF-8?q?=E5=B0=8Ffire=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/atsuishio/superbwarfare/entity/vehicle/Hpj11Entity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Hpj11Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Hpj11Entity.java index 585ab2d30..7d9ed4cc4 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Hpj11Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Hpj11Entity.java @@ -460,7 +460,7 @@ public class Hpj11Entity extends ContainerMobileVehicleEntity implements GeoEnti boolean hasCreativeAmmo = (getFirstPassenger() instanceof Player pPlayer && InventoryTool.hasCreativeAmmoBox(pPlayer)) || hasItem(ModItems.CREATIVE_AMMO_BOX.get()); - entityData.set(FIRE_TIME, Math.min(entityData.get(FIRE_TIME) + 3, 3)); + entityData.set(FIRE_TIME, Math.min(entityData.get(FIRE_TIME) + 3, 5)); var entityToSpawn = ((SmallCannonShellWeapon) getWeapon(0)).create(player);