1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 14:36:03 +02:00

tweak saddle recipe, fix spawner error

This commit is contained in:
tenplus1
2024-03-08 15:04:58 +00:00
parent 903b1e34df
commit 35cc60c355
2 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@ local function is_player(player)
end
end
local square = math.sqrt
local get_distance = function(a, b)