Fix some itemstrings in mobs_mc

This commit is contained in:
Wuzzy 2017-02-15 01:00:12 +01:00
parent d201216fb5
commit 3e5988a853
5 changed files with 10 additions and 10 deletions

View file

@ -219,7 +219,7 @@ mobs:register_mob("mobs_mc:horse", {
stand_start = 25, stand_end = 75,
walk_start = 75, walk_end = 100,
},
follow = "farming:wheat",
follow = "mcl_farming:wheat_item",
view_range = 5,
on_rightclick = function(self, clicker)
@ -262,7 +262,7 @@ mobs:register_mob("mobs_mc:horse2", {
stand_start = 25, stand_end = 75,
walk_start = 75, walk_end = 100,
},
follow = "farming:wheat",
follow = "mcl_farming:wheat_item",
view_range = 5,
on_rightclick = function(self, clicker)
@ -305,7 +305,7 @@ mobs:register_mob("mobs_mc:horse3", {
stand_start = 25, stand_end = 75,
walk_start = 75, walk_end = 100,
},
follow = "farming:wheat",
follow = "mcl_farming:wheat_item",
view_range = 5,
on_rightclick = function(self, clicker)