mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-12 19:47:31 +01:00
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
Block a user