调整1130的最小fire time

This commit is contained in:
17146 2025-05-25 01:13:37 +08:00 committed by Light_Quanta
parent e40f77a509
commit d9f20779ca
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

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