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

@ -869,7 +869,7 @@ minetest.register_node("mcl_core:junglegrass", {
items = {
{
items = {'mcl_farming:wheat_seed'},
rarity = 24,
rarity = 8,
},
}
},
@ -1414,7 +1414,7 @@ minetest.register_node("mcl_core:grass", {
items = {
{
items = {'mcl_farming:wheat_seed'},
rarity = 24,
rarity = 8,
},
}
},

View File

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