Rename mcl_core:grass to mcl_core:tallgrass

This commit is contained in:
Wuzzy 2017-02-11 20:57:56 +01:00
parent 896db07ebe
commit 88888760f5
5 changed files with 12 additions and 12 deletions

View file

@ -75,10 +75,10 @@ mobs:register_mob("mobs_mc:cow", {
end,
]]
--from mobs_animals
follow = "farming:wheat",
follow = "mcl_farming:wheat_harvested",
view_range = 7,
replace_rate = 10,
replace_what = {"mcl_core:grass_3", "mcl_core:grass_4", "mcl_core:grass_5", "farming:wheat_8"},
replace_what = {"mcl_core:tallgrass",},
replace_with = "air",
fear_height = 2,
on_rightclick = function(self, clicker)