修复载具图片位置错误问题

This commit is contained in:
17146 2025-02-01 22:28:48 +08:00
parent ab4cf85447
commit 9b9dfc93b4

View file

@ -502,6 +502,6 @@ public class Mle1934Entity extends VehicleEntity implements GeoEntity, ICannonEn
@Override @Override
public ResourceLocation getVehicleIcon() { public ResourceLocation getVehicleIcon() {
return ModUtils.loc("textures/vehicle_icon/mle_1934_icon.png"); return ModUtils.loc("textures/vehicle_icon/mle1934_icon.png");
} }
} }