mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-26 18:51:30 +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 = 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
Block a user