mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
Update init.lua
This commit is contained in:
parent
126713863a
commit
a62f50bde7
|
@ -33,6 +33,10 @@ dofile(minetest.get_modpath("mobs").."/mese_monster.lua")
|
|||
|
||||
dofile(minetest.get_modpath("mobs").."/spider.lua")
|
||||
|
||||
-- Creeper (fast impl by davedevils)
|
||||
|
||||
dofile(minetest.get_modpath("mobs").."/creeper.lua")
|
||||
|
||||
-- Meat & Cooked Meat
|
||||
|
||||
minetest.register_craftitem("mobs:meat_raw", {
|
||||
|
|
Loading…
Reference in New Issue
Block a user