1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-15 06:40:31 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2025-03-20 12:28:17 +01:00
17 changed files with 88 additions and 3535 deletions

View File

@ -3,7 +3,7 @@ local S = minetest.get_translator("mobs_monster")
-- custom particle effects
local effect = function(pos, amount, texture, min_size, max_size, radius, gravity, glow)
local function effect(pos, amount, texture, min_size, max_size, radius, gravity, glow)
radius = radius or 2
min_size = min_size or 0.5