mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-04-25 06:45:11 +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
|
@SpecialMob.BestiaryInfoSupplier
|
||||||
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
||||||
bestiaryInfo.color( 0xFFF87E ).weight( BestiaryInfo.DefaultWeight.LOW )
|
bestiaryInfo.color( 0xFFF87E ).weight( BestiaryInfo.DefaultWeight.LOW )
|
||||||
.uniqueTextureWithEyes()
|
.uniqueTextureBaseOnly()
|
||||||
.addExperience( 2 )
|
.addExperience( 2 )
|
||||||
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.8 );
|
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.8 );
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ public class WildsWitchEntity extends _SpecialWitchEntity {
|
||||||
@SpecialMob.BestiaryInfoSupplier
|
@SpecialMob.BestiaryInfoSupplier
|
||||||
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
||||||
bestiaryInfo.color( 0xA80E0E ).theme( BestiaryInfo.Theme.FOREST )
|
bestiaryInfo.color( 0xA80E0E ).theme( BestiaryInfo.Theme.FOREST )
|
||||||
.uniqueTextureBaseOnly()
|
.uniqueTextureWithEyes()
|
||||||
.addExperience( 1 ).spider()
|
.addExperience( 1 ).spider()
|
||||||
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.7 );
|
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.7 );
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@ public class WindWitchEntity extends _SpecialWitchEntity {
|
||||||
@SpecialMob.BestiaryInfoSupplier
|
@SpecialMob.BestiaryInfoSupplier
|
||||||
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
|
||||||
bestiaryInfo.color( 0x6388B2 ).theme( BestiaryInfo.Theme.MOUNTAIN )
|
bestiaryInfo.color( 0x6388B2 ).theme( BestiaryInfo.Theme.MOUNTAIN )
|
||||||
.uniqueTextureWithEyes()
|
.uniqueTextureBaseOnly()
|
||||||
.addExperience( 2 ).fallImmune()
|
.addExperience( 2 ).fallImmune()
|
||||||
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 1.2 );
|
.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