Add walker spawner item
This commit is contained in:
parent
7e11402d42
commit
9ef875e8a9
@ -1,5 +1,7 @@
|
||||
-- Walker by KaadmY
|
||||
|
||||
local S = minetest.get_translator("mobs")
|
||||
|
||||
mobs:register_mob(
|
||||
"mobs:walker",
|
||||
{
|
||||
@ -68,3 +70,5 @@ mobs:register_spawn(
|
||||
1,
|
||||
31000
|
||||
)
|
||||
|
||||
mobs:register_egg("mobs:walker", S("Walker"), "mobs_walker_inventory.png")
|
||||
|
BIN
mods/mobs/textures/mobs_walker_inventory.png
Normal file
BIN
mods/mobs/textures/mobs_walker_inventory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 882 B |
Loading…
Reference in New Issue
Block a user