forked from VoxeLibre/VoxeLibre
Make spiders float on water
This commit is contained in:
parent
086067184a
commit
c2373e4a83
|
@ -38,7 +38,7 @@ mobs:register_mob("mobs_mc:spider", {
|
|||
jump = true,
|
||||
jump_height = 5,
|
||||
view_range = 15,
|
||||
floats = 0,
|
||||
floats = 1,
|
||||
group_attack = true,
|
||||
peaceful = false,
|
||||
drops = {
|
||||
|
|
Loading…
Reference in New Issue