1
0
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:
Foghrye4
2016-04-25 19:12:38 +03:00
parent 70b50ab730
commit 15e75e3439
1556 changed files with 182959 additions and 316 deletions

13
mods/mobs_redo/init.lua Normal file
View 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")