mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-04-24 14:25:01 +00:00
fixwitch
This commit is contained in:
parent
e238111e73
commit
b83b962334
4 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ public class DominationWitchEntity extends _SpecialWitchEntity {
|
|||
@SpecialMob.BestiaryInfoSupplier
|
||||
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
||||
bestiaryInfo.color( 0xFFF87E ).weight( BestiaryInfo.DefaultWeight.LOW )
|
||||
.uniqueTextureWithEyes()
|
||||
.uniqueTextureBaseOnly()
|
||||
.addExperience( 2 )
|
||||
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.8 );
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ public class WildsWitchEntity extends _SpecialWitchEntity {
|
|||
@SpecialMob.BestiaryInfoSupplier
|
||||
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
||||
bestiaryInfo.color( 0xA80E0E ).theme( BestiaryInfo.Theme.FOREST )
|
||||
.uniqueTextureBaseOnly()
|
||||
.uniqueTextureWithEyes()
|
||||
.addExperience( 1 ).spider()
|
||||
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.7 );
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ public class WindWitchEntity extends _SpecialWitchEntity {
|
|||
@SpecialMob.BestiaryInfoSupplier
|
||||
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
||||
bestiaryInfo.color( 0x6388B2 ).theme( BestiaryInfo.Theme.MOUNTAIN )
|
||||
.uniqueTextureWithEyes()
|
||||
.uniqueTextureBaseOnly()
|
||||
.addExperience( 2 ).fallImmune()
|
||||
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 1.2 );
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Loading…
Add table
Reference in a new issue