From 9b9dfc93b45744b9ffd8e178fe7437d26423d51e Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Sat, 1 Feb 2025 22:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BD=BD=E5=85=B7=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=BD=8D=E7=BD=AE=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../atsuishio/superbwarfare/entity/vehicle/Mle1934Entity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Mle1934Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Mle1934Entity.java index 57ec7bf97..20a95efb6 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Mle1934Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Mle1934Entity.java @@ -502,6 +502,6 @@ public class Mle1934Entity extends VehicleEntity implements GeoEntity, ICannonEn @Override public ResourceLocation getVehicleIcon() { - return ModUtils.loc("textures/vehicle_icon/mle_1934_icon.png"); + return ModUtils.loc("textures/vehicle_icon/mle1934_icon.png"); } }