Fix grass drops

This commit is contained in:
Wuzzy 2017-02-01 21:19:30 +01:00
parent 6d34640728
commit bf3af4b0e2
2 changed files with 3 additions and 3 deletions

View file

@ -209,7 +209,7 @@ minetest.register_node("mcl_flowers:fern", {
items = {
{
items = {'mcl_farming:wheat_seed'},
rarity = 24,
rarity = 8,
},
}
},