Add /sleep command.
This commit is contained in:
parent
193ad7e7ac
commit
01cef3d1bd
2 changed files with 30 additions and 2 deletions
4
mobs.lua
4
mobs.lua
|
@ -617,8 +617,8 @@ if minetest.registered_entities["mobs_monster:spider"] then
|
|||
m.collisionbox = {-0.32, -0.0, -0.25, 0.25, 0.25, 0.25}
|
||||
m.visual_size = {x = 1.5, y = 1.5}
|
||||
m.drops = {
|
||||
{name = "mobs:meat_raw", chance = 2, min = 1, max = 1},
|
||||
{name = "farming:cotton", chance = 2, min = 1, max = 2},
|
||||
{name = "mobs:meat_raw", chance = 2, min = 1, max = 4},
|
||||
{name = "farming:cotton", chance = 2, min = 1, max = 4},
|
||||
}
|
||||
m.do_custom = function(self)
|
||||
if not (self and fun_caves.custom_ready(self)) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue