Move tall grass to mcl_flowers mod

Alias registered
This commit is contained in:
Wuzzy 2017-03-14 20:05:07 +01:00
parent bcdb3978cd
commit d0b1f843ee
8 changed files with 47 additions and 44 deletions

View file

@ -77,7 +77,7 @@ mobs:register_mob("mobs_mc:sheep", {
view_range = 5,
replace_rate = 10,
replace_what = {"mcl_core:dirt_with_grass", "mcl_core:tallgrass"},
replace_what = {"mcl_core:dirt_with_grass", "mcl_flowers:tallgrass"},
replace_with = "air",
do_custom = function(self)
if not self.initial_color_set then