Move tall grass to mcl_flowers mod
Alias registered
This commit is contained in:
parent
bcdb3978cd
commit
d0b1f843ee
8 changed files with 47 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue