forked from VoxeLibre/VoxeLibre
Set walk chance of agent mob to 0
This commit is contained in:
parent
aae360db4c
commit
200cbf033a
|
@ -19,6 +19,7 @@ mobs:register_mob("mobs_mc:agent", {
|
||||||
},
|
},
|
||||||
-- TODO: sounds
|
-- TODO: sounds
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
|
walk_chance = 0,
|
||||||
walk_velocity = 0.6,
|
walk_velocity = 0.6,
|
||||||
run_velocity = 2,
|
run_velocity = 2,
|
||||||
jump = true,
|
jump = true,
|
||||||
|
|
Loading…
Reference in New Issue