Shulker, add missing false statement

This commit is contained in:
Bakawun 2023-11-14 14:47:24 +00:00 committed by the-real-herowl
parent b02a3deec7
commit b4511fb8c7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ mcl_mobs.register_mob("mobs_mc:shulker", {
walk_start = 45, walk_end = 65,
walk_loop = false,
run_start = 65, run_end = 85,
run_loop
run_loop = false,
punch_start = 80, punch_end = 100,
},
view_range = 16,