mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-28 14:15:18 +01:00
Removing changes of commit 70b50ab
This commit is contained in:
13
mods/mobs_redo/init.lua
Normal file
13
mods/mobs_redo/init.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
local path = minetest.get_modpath("mobs")
|
||||
|
||||
-- Mob API
|
||||
dofile(path.."/api.lua")
|
||||
|
||||
-- Mob Items
|
||||
dofile(path.."/crafts.lua")
|
||||
|
||||
-- Spawner
|
||||
dofile(path.."/spawner.lua")
|
||||
|
||||
print ("[MOD] Mobs Redo loaded")
|
||||
Reference in New Issue
Block a user