1
0
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:
Ombridride
2014-12-26 02:09:10 +01:00
parent d6d311581c
commit c335fac0d5
3 changed files with 36 additions and 12 deletions

View File

@@ -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()