mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-14 14:28:29 +01:00
tweak mobs/kitten and random_messages
mobs/kitten : - add the tamed funtionnality (doesn’t work for the moment, the kittens don’t spawn) - smalls other tweaks Random_messages : Try to send one message per half hour instead of one message per 2 minutes
This commit is contained in:
@@ -37,10 +37,10 @@ mobs:register_mob("mobs:pumba", {
|
||||
},
|
||||
follow = "farming:wheat",
|
||||
view_range = 8,
|
||||
jump = true,
|
||||
step = 1,
|
||||
passive = true,
|
||||
blood_texture = "mobs_blood.png",
|
||||
jump = true,
|
||||
step = 1,
|
||||
passive = true,
|
||||
blood_texture = "mobs_blood.png",
|
||||
|
||||
on_rightclick = function(self, clicker)
|
||||
local item = clicker:get_wielded_item()
|
||||
|
||||
Reference in New Issue
Block a user