overlay schmoverlay

This commit is contained in:
FatherToast 2022-07-29 20:56:23 -05:00
parent 785dc502ca
commit 6c12c8954b
2 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ public class BruteZombieEntity extends _SpecialZombieEntity {
@SpecialMob.BestiaryInfoSupplier
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
bestiaryInfo.color( 0xFFF87E )
.uniqueTextureWithOverlay()
.uniqueTextureBaseOnly()
.size( 1.2F, 0.7F, 2.35F )
.addExperience( 2 )
.addToAttribute( Attributes.MAX_HEALTH, 10.0 ).addToAttribute( Attributes.ARMOR, 10.0 );

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB