1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-04 17:30:21 +02:00

lil tweaks

This commit is contained in:
tenplus1
2024-09-15 08:38:31 +01:00
parent 5c956edfe3
commit 1a576f2bb1
5 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,9 @@
-- Translation support
local S = minetest.get_translator("mobs_monster")
-- helper function
local get_velocity = function(self)
local function get_velocity(self)
local v = self.object:get_velocity()
@ -232,7 +232,7 @@ if not mobs.custom_spawn_monster then
max_light = 8,
chance = 7000,
active_object_count = 1,
min_height = 25,
min_height = 2,
max_height = 31000
})