Set walk chance of agent mob to 0

This commit is contained in:
Wuzzy 2019-10-02 18:58:29 +02:00
parent aae360db4c
commit 200cbf033a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ mobs:register_mob("mobs_mc:agent", {
},
-- TODO: sounds
visual_size = {x=3, y=3},
walk_chance = 0,
walk_velocity = 0.6,
run_velocity = 2,
jump = true,