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

tidy code

This commit is contained in:
tenplus1
2023-08-13 11:02:47 +01:00
parent 0c4794c446
commit 2661e900e7
13 changed files with 27 additions and 39 deletions

View File

@ -1,5 +1,5 @@
local S = mobs.intllib_monster
-- Translation support
local S = minetest.get_translator("mobs_monster")
-- custom particle effects
local effect = function(pos, amount, texture, min_size, max_size, radius, gravity, glow)