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 = true,
|
||||||
jump_height = 5,
|
jump_height = 5,
|
||||||
view_range = 15,
|
view_range = 15,
|
||||||
floats = 0,
|
floats = 1,
|
||||||
group_attack = true,
|
group_attack = true,
|
||||||
peaceful = false,
|
peaceful = false,
|
||||||
drops = {
|
drops = {
|
||||||
|
|
Loading…
Reference in New Issue