1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-04 17:30:21 +02:00

Initial Monsters upload

This commit is contained in:
TenPlus1
2016-04-15 15:00:45 +01:00
commit e468946194
51 changed files with 13331 additions and 0 deletions

16
init.lua Normal file
View File

@ -0,0 +1,16 @@
local path = minetest.get_modpath("mobs_monster")
-- Monsters
dofile(path .. "/dirt_monster.lua") -- PilzAdam
dofile(path .. "/dungeon_master.lua")
dofile(path .. "/oerkki.lua")
dofile(path .. "/sand_monster.lua")
dofile(path .. "/stone_monster.lua")
dofile(path .. "/tree_monster.lua")
dofile(path .. "/lava_flan.lua") -- Zeg9
dofile(path .. "/mese_monster.lua")
dofile(path .. "/spider.lua") -- AspireMint
print ("[MOD] Mobs Redo 'Monsters' loaded")