From 74934ae014c1b50554a9e3d8e6026da091dbc243 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Tue, 3 Dec 2024 22:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnbt=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/atsuishio/superbwarfare/entity/Mk42Entity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java index f99317bc4..5619c0241 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java @@ -77,7 +77,7 @@ public class Mk42Entity extends Entity implements GeoEntity, ICannonEntity { @Override public void addAdditionalSaveData(CompoundTag compound) { - compound.putInt("oolDown", this.entityData.get(COOL_DOWN)); + compound.putInt("CoolDown", this.entityData.get(COOL_DOWN)); compound.putFloat("Health", this.entityData.get(HEALTH)); }