更改载具集装箱角标文件位置

This commit is contained in:
17146 2025-06-03 21:31:11 +08:00 committed by Light_Quanta
parent cc9a6aced2
commit 2b42143ead
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
20 changed files with 14 additions and 14 deletions

View file

@ -1075,6 +1075,6 @@ public class A10Entity extends ContainerMobileVehicleEntity implements GeoEntity
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/aircraft.png");
return Mod.loc("textures/gui/vehicle/type/aircraft.png");
}
}

View file

@ -726,6 +726,6 @@ public class Ah6Entity extends ContainerMobileVehicleEntity implements GeoEntity
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/aircraft.png");
return Mod.loc("textures/gui/vehicle/type/aircraft.png");
}
}

View file

@ -598,6 +598,6 @@ public class AnnihilatorEntity extends EnergyVehicleEntity implements GeoEntity,
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/defense.png");
return Mod.loc("textures/gui/vehicle/type/defense.png");
}
}

View file

@ -781,6 +781,6 @@ public class Bmp2Entity extends ContainerMobileVehicleEntity implements GeoEntit
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/land.png");
return Mod.loc("textures/gui/vehicle/type/land.png");
}
}

View file

@ -610,6 +610,6 @@ public class Hpj11Entity extends ContainerMobileVehicleEntity implements GeoEnti
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/defense.png");
return Mod.loc("textures/gui/vehicle/type/defense.png");
}
}

View file

@ -364,6 +364,6 @@ public class LaserTowerEntity extends EnergyVehicleEntity implements GeoEntity,
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/defense.png");
return Mod.loc("textures/gui/vehicle/type/defense.png");
}
}

View file

@ -644,6 +644,6 @@ public class Lav150Entity extends ContainerMobileVehicleEntity implements GeoEnt
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/land.png");
return Mod.loc("textures/gui/vehicle/type/land.png");
}
}

View file

@ -460,6 +460,6 @@ public class Mk42Entity extends VehicleEntity implements GeoEntity, CannonEntity
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/defense.png");
return Mod.loc("textures/gui/vehicle/type/defense.png");
}
}

View file

@ -529,6 +529,6 @@ public class Mle1934Entity extends VehicleEntity implements GeoEntity, CannonEnt
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/defense.png");
return Mod.loc("textures/gui/vehicle/type/defense.png");
}
}

View file

@ -824,6 +824,6 @@ public class PrismTankEntity extends ContainerMobileVehicleEntity implements Geo
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/land.png");
return Mod.loc("textures/gui/vehicle/type/land.png");
}
}

View file

@ -570,6 +570,6 @@ public class SpeedboatEntity extends ContainerMobileVehicleEntity implements Geo
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/water.png");
return Mod.loc("textures/gui/vehicle/type/water.png");
}
}

View file

@ -363,6 +363,6 @@ public class Tom6Entity extends MobileVehicleEntity implements GeoEntity {
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/aircraft.png");
return Mod.loc("textures/gui/vehicle/type/aircraft.png");
}
}

View file

@ -315,6 +315,6 @@ public class WheelChairEntity extends MobileVehicleEntity implements GeoEntity {
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/otto.png");
return Mod.loc("textures/gui/vehicle/type/otto.png");
}
}

View file

@ -1285,6 +1285,6 @@ public class Yx100Entity extends ContainerMobileVehicleEntity implements GeoEnti
@Override
public @Nullable ResourceLocation getVehicleItemIcon() {
return Mod.loc("textures/gui/vehicle/land.png");
return Mod.loc("textures/gui/vehicle/type/land.png");
}
}