mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-23 01:10:26 +01:00
sandmonster view range now 8
This commit is contained in:
parent
5431359e73
commit
1561ec1447
@ -27,7 +27,7 @@ mobs:register_mob("mobs_monster:sand_monster", {
|
|||||||
},
|
},
|
||||||
walk_velocity = 1.5,
|
walk_velocity = 1.5,
|
||||||
run_velocity = 4,
|
run_velocity = 4,
|
||||||
view_range = 15,
|
view_range = 8, --15
|
||||||
jump = true,
|
jump = true,
|
||||||
floats = 0,
|
floats = 0,
|
||||||
drops = {
|
drops = {
|
||||||
|
Loading…
Reference in New Issue
Block a user