1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-12 05:10:37 +02:00

Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev

This commit is contained in:
2020-05-09 14:24:36 +02:00
6 changed files with 12 additions and 2 deletions

View File

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