mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
fixed typo, rats can be fed to kittens once more
This commit is contained in:
parent
171098a215
commit
85eaef6dff
@ -38,7 +38,7 @@ mobs:register_mob("mobs_animal:kitten", {
|
|||||||
walk_start = 0,
|
walk_start = 0,
|
||||||
walk_end = 96,
|
walk_end = 96,
|
||||||
},
|
},
|
||||||
follow = {"mobs:rat", "ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"},
|
follow = {"mobs_animal:rat", "ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"},
|
||||||
view_range = 8,
|
view_range = 8,
|
||||||
on_rightclick = function(self, clicker)
|
on_rightclick = function(self, clicker)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user