minor texture pass

This commit is contained in:
FatherToast 2022-07-01 18:14:48 -05:00
parent ddc213a69a
commit c8ad1e8c4b
21 changed files with 14 additions and 7 deletions

View file

@ -75,7 +75,8 @@ public class ToughSilverfishEntity extends _SpecialSilverfishEntity {
}
private static final ResourceLocation[] TEXTURES = {
GET_TEXTURE_PATH( "tough" )
GET_TEXTURE_PATH( "tough" ),
GET_TEXTURE_PATH( "tough_eyes" )
};
/** @return All default textures for this entity. */

View file

@ -73,7 +73,8 @@ public class FireSkeletonEntity extends _SpecialSkeletonEntity {
}
private static final ResourceLocation[] TEXTURES = {
GET_TEXTURE_PATH( "fire" )
GET_TEXTURE_PATH( "fire" ),
GET_TEXTURE_PATH( "fire_eyes" )
};
/** @return All default textures for this entity. */

View file

@ -114,7 +114,8 @@ public class SpitfireSkeletonEntity extends _SpecialSkeletonEntity {
public boolean isBaby() { return false; }
private static final ResourceLocation[] TEXTURES = {
GET_TEXTURE_PATH( "fire" )
GET_TEXTURE_PATH( "fire" ),
GET_TEXTURE_PATH( "fire_eyes" )
};
/** @return All default textures for this entity. */

View file

@ -112,7 +112,8 @@ public class DominationWitchEntity extends _SpecialWitchEntity {
}
private static final ResourceLocation[] TEXTURES = {
GET_TEXTURE_PATH( "domination" )
GET_TEXTURE_PATH( "domination" ),
GET_TEXTURE_PATH( "domination_eyes" )
};
/** @return All default textures for this entity. */

View file

@ -87,7 +87,8 @@ public class ShadowsWitchEntity extends _SpecialWitchEntity {
}
private static final ResourceLocation[] TEXTURES = {
GET_TEXTURE_PATH( "shadows" )
GET_TEXTURE_PATH( "shadows" ),
GET_TEXTURE_PATH( "shadows_eyes" )
};
/** @return All default textures for this entity. */

View file

@ -247,7 +247,8 @@ public class WindWitchEntity extends _SpecialWitchEntity {
}
private static final ResourceLocation[] TEXTURES = {
GET_TEXTURE_PATH( "wind" )
GET_TEXTURE_PATH( "wind" ),
GET_TEXTURE_PATH( "wind_eyes" )
};
/** @return All default textures for this entity. */

View file

@ -113,7 +113,8 @@ public class SpitfireWitherSkeletonEntity extends _SpecialWitherSkeletonEntity {
public boolean isBaby() { return false; }
private static final ResourceLocation[] TEXTURES = {
GET_TEXTURE_PATH( "fire" )
GET_TEXTURE_PATH( "fire" ),
GET_TEXTURE_PATH( "fire_eyes" )
};
/** @return All default textures for this entity. */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B