]> git.lizzy.rs Git - Crafter.git/commitdiff
Fix big slimes not being hostile
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sun, 24 May 2020 18:45:23 +0000 (14:45 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sun, 24 May 2020 18:45:23 +0000 (14:45 -0400)
mods/mob/init.lua

index 356338a4daa9f91fe7e99aa5b6c321fb4d2b585f..6026a16b2865e867dde7180cbd4f0607b9f0e5e6 100644 (file)
@@ -313,7 +313,7 @@ mobs.register_mob(
        movement_type = "jump",
        make_jump_noise = true,
        max_speed = 5,
-       hostile = false,
+       hostile = true,
        state = 0,
        view_distance = 20,
        death_rotation = "z",