mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-20 17:20:31 +01:00
small tweaks for bunnies
This commit is contained in:
parent
2ef6ac5431
commit
07662a80b0
@ -24,6 +24,7 @@ mobs:register_mob("mobs:bunny", {
|
|||||||
-- speed and jump
|
-- speed and jump
|
||||||
walk_velocity = 1,
|
walk_velocity = 1,
|
||||||
jump = true,
|
jump = true,
|
||||||
|
step = 0.5,
|
||||||
-- drops meat when deat
|
-- drops meat when deat
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:meat_raw",
|
{name = "mobs:meat_raw",
|
||||||
@ -41,7 +42,7 @@ mobs:register_mob("mobs:bunny", {
|
|||||||
},
|
},
|
||||||
-- follows carrot from farming redo
|
-- follows carrot from farming redo
|
||||||
follow = "farming:carrot",
|
follow = "farming:carrot",
|
||||||
view_range = 5,
|
view_range = 8,
|
||||||
-- right click to pick up rabbit
|
-- right click to pick up rabbit
|
||||||
on_rightclick = function(self, clicker)
|
on_rightclick = function(self, clicker)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user