Fix some itemstrings in mobs_mc
This commit is contained in:
parent
d201216fb5
commit
3e5988a853
5 changed files with 10 additions and 10 deletions
|
@ -87,7 +87,7 @@ mobs:register_mob("mobs_mc:chicken", {
|
|||
end,
|
||||
]]
|
||||
--from mobs_animals
|
||||
follow = {"farming:seed_wheat", "farming:seed_cotton"},
|
||||
follow = {"mcl_farming:wheat_seeds", "mcl_farming:beetroot_seeds", "mcl_farming:pumpkin_seeds", "mcl_farming:melon_seeds"},
|
||||
view_range = 5,
|
||||
|
||||
on_rightclick = function(self, clicker)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue