From e34725be5366b541bc7ad458ea742d917f3941d6 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Sun, 1 Dec 2024 17:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=B4=E5=9B=BE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E7=9A=84=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=BB=91=E7=82=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../superbwarfare/entity/model/Mk42Model.java | 2 +- .../textures/entity/{sherman.png => mk42.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main/resources/assets/superbwarfare/textures/entity/{sherman.png => mk42.png} (100%) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/model/Mk42Model.java b/src/main/java/com/atsuishio/superbwarfare/entity/model/Mk42Model.java index feccc9c46..7e5ec0cc1 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/model/Mk42Model.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/model/Mk42Model.java @@ -40,7 +40,7 @@ public class Mk42Model extends GeoModel { @Override public ResourceLocation getTextureResource(Mk42Entity entity) { - return ModUtils.loc("textures/entity/sherman.png"); + return ModUtils.loc("textures/entity/mk42.png"); } @Override diff --git a/src/main/resources/assets/superbwarfare/textures/entity/sherman.png b/src/main/resources/assets/superbwarfare/textures/entity/mk42.png similarity index 100% rename from src/main/resources/assets/superbwarfare/textures/entity/sherman.png rename to src/main/resources/assets/superbwarfare/textures/entity/mk42.png