forked from Mineclonia/Mineclonia
Wither no longer floats in water
This commit is contained in:
parent
3322366457
commit
5bd19c03f6
|
@ -41,7 +41,6 @@ mobs:register_mob("mobs_mc:wither", {
|
||||||
dogshoot_switch = 1,
|
dogshoot_switch = 1,
|
||||||
dogshoot_count_max =1,
|
dogshoot_count_max =1,
|
||||||
attack_animals = true,
|
attack_animals = true,
|
||||||
floats=1,
|
|
||||||
drops = {
|
drops = {
|
||||||
{name = mobs_mc.items.nether_star,
|
{name = mobs_mc.items.nether_star,
|
||||||
chance = 1,
|
chance = 1,
|
||||||
|
|
Loading…
Reference in New Issue