Add stone giant test spawn.
This commit is contained in:
parent
d831a1ffaf
commit
6dbb4c354a
3
init.lua
3
init.lua
@ -697,9 +697,10 @@ end
|
|||||||
|
|
||||||
-- load entities
|
-- load entities
|
||||||
dofile(modpath .. "/sheep.lua")
|
dofile(modpath .. "/sheep.lua")
|
||||||
|
dofile(modpath .. "/stone_giant.lua")
|
||||||
|
|
||||||
|
|
||||||
-- misc.
|
-- misc.
|
||||||
minetest.register_on_joinplayer(function(player)
|
minetest.register_on_joinplayer(function(player)
|
||||||
minetest.add_entity({x=31.0,y=2.0,z=96.0}, "entity_ai:sheep")
|
minetest.add_entity({x=31.0,y=2.0,z=96.0}, "entity_ai:stone_giant")
|
||||||
end)
|
end)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user