Rename mcl_farming:wheat_harvested to mcl_farming:wheat_item
This commit is contained in:
parent
acb3127899
commit
3cbb39b1fb
4 changed files with 10 additions and 10 deletions
|
@ -75,7 +75,7 @@ mobs:register_mob("mobs_mc:cow", {
|
|||
end,
|
||||
]]
|
||||
--from mobs_animals
|
||||
follow = "mcl_farming:wheat_harvested",
|
||||
follow = "mcl_farming:wheat_item",
|
||||
view_range = 7,
|
||||
replace_rate = 10,
|
||||
replace_what = {"mcl_core:tallgrass",},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue