1
0
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:
tenplus1
2024-09-15 08:38:31 +01:00
parent 5c956edfe3
commit 1a576f2bb1
5 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,6 @@
-- transpation and get mod path
-- translation and mod path
local S = minetest.get_translator("mobs_monster")
local path = minetest.get_modpath(minetest.get_current_modname()) .. "/"
@ -51,4 +52,4 @@ if minetest.get_modpath("lucky_block") then
dofile(path .. "lucky_block.lua")
end
print ("[MOD] Mobs Monster loaded")
print ("[MOD] Mobs Redo Monsters loaded")