mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-05 09:50:19 +02:00
Merge remote-tracking branch 'upstream/master'
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()) .. "/"
|
||||
|
||||
@ -52,4 +53,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