Remove unused jump_chance attribute from mobs

This commit is contained in:
Wuzzy 2020-01-30 00:03:53 +01:00
parent f7fb83891a
commit d38e0a0b00
5 changed files with 0 additions and 6 deletions

View file

@ -67,7 +67,6 @@ mobs:register_mob("mobs_mc:ghast", {
floats=1,
fly = true,
fly_in = {"air"},
jump_chance = 98,
})