mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-03 16:40:25 +02:00
Add kittens and improve the sounds code/name
This commit is contained in:
@ -35,7 +35,7 @@ mobs:register_mob("mobs:bee", {
|
||||
walk_end = 65,
|
||||
},
|
||||
sounds = {
|
||||
random = "mobs_bee_random01",
|
||||
random = "mobs_bee",
|
||||
},
|
||||
on_rightclick = function(self, clicker)
|
||||
if clicker:is_player() and clicker:get_inventory() then
|
||||
|
Reference in New Issue
Block a user