mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Fix minotaur problem dofile on init.lua
This commit is contained in:
parent
a32db0e243
commit
b89ca8c014
@ -16,7 +16,6 @@ dofile(minetest.get_modpath("mobs").."/ghoat.lua") -- ???
|
||||
|
||||
-- Monsters
|
||||
|
||||
dofile(minetest.get_modpath("mobs").."/sarangay.lua") -- Kalabasa
|
||||
dofile(minetest.get_modpath("mobs").."/dirtmonster.lua") -- PilzAdam
|
||||
dofile(minetest.get_modpath("mobs").."/dungeonmaster.lua") -- PilzAdam
|
||||
dofile(minetest.get_modpath("mobs").."/oerkki.lua") -- PilzAdam
|
||||
@ -32,7 +31,7 @@ dofile(minetest.get_modpath("mobs").."/greenslimes.lua") -- davedevils/TomasJLui
|
||||
dofile(minetest.get_modpath("mobs").."/lavaslimes.lua") -- davedevils/TomasJLuis/TenPlus1
|
||||
dofile(minetest.get_modpath("mobs").."/zombie.lua") -- ???
|
||||
dofile(minetest.get_modpath("mobs").."/yeti.lua") -- ???
|
||||
--dofile(minetest.get_modpath("mobs").."/minotaur.lua") -- ???
|
||||
dofile(minetest.get_modpath("mobs").."/minotaur.lua") -- Kalabasa
|
||||
|
||||
-- begin slimes mobs compatibility changes
|
||||
-- cannot find mesecons?, craft glue instead
|
||||
|
Loading…
Reference in New Issue
Block a user