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:
@ -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
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user