mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-04-25 06:45:11 +00:00
nothing
This commit is contained in:
parent
ae4260fb07
commit
02a6efc007
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ public class MobFamily<T extends LivingEntity, V extends FamilyConfig> {
|
||||||
|
|
||||||
public static final MobFamily<WitchEntity, WitchFamilyConfig> WITCH = new MobFamily<>( WitchFamilyConfig::new,
|
public static final MobFamily<WitchEntity, WitchFamilyConfig> WITCH = new MobFamily<>( WitchFamilyConfig::new,
|
||||||
"Witch", "witches", 0x340000, new EntityType[] { EntityType.WITCH },
|
"Witch", "witches", 0x340000, new EntityType[] { EntityType.WITCH },
|
||||||
"Domination", /*"Ice",*/ "Shadows", "Undead", "Wilds", "Wind"
|
/*"Burned",*/ "Domination", /*"Drowned", "Ice", "Sands",*/ "Shadows", "Undead", "Wilds", "Wind"
|
||||||
);//TODO ice (slowness 2, ice wall), fire-theme (fireball instead of poison), desert-theme (plague potion), water-theme? (water "potion")
|
);//TODO burned, drowned, ice, sands
|
||||||
|
|
||||||
public static final MobFamily<GhastEntity, GhastFamilyConfig> GHAST = new MobFamily<>( GhastFamilyConfig::new,
|
public static final MobFamily<GhastEntity, GhastFamilyConfig> GHAST = new MobFamily<>( GhastFamilyConfig::new,
|
||||||
"Ghast", "ghasts", 0xF9F9F9, new EntityType[] { EntityType.GHAST },
|
"Ghast", "ghasts", 0xF9F9F9, new EntityType[] { EntityType.GHAST },
|
||||||
|
|
Loading…
Add table
Reference in a new issue