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:
5
init.lua
5
init.lua
@ -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")
|
||||
|
Reference in New Issue
Block a user