reduce mob:dung replace_rate by 10

This commit is contained in:
crabman77 2016-07-14 15:25:13 +02:00
parent 178be5eb46
commit fae4d838ea
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ mobs:register_mob("mobs:cow", {
},
follow = "farming:wheat",
view_range = 7,
replace_rate = 10,
replace_rate = 100,
replace_what = {"default:grass_3", "default:grass_4", "default:grass_5", "farming:wheat_8"},
replace_with = "mobs:dung",
fear_height = 2,