add grape and cotton bush to lucky block chest

This commit is contained in:
tenplus1 2021-07-21 16:27:58 +01:00
parent 328e8b3223
commit 2277932cd4
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ if minetest.get_modpath("lucky_block") then
{name = "farming:seed_rice", max = 15},
{name = "farming:seed_oat", max = 15},
{name = "farming:soil_wet", max = 10},
{name = "farming:cotton_wild", max = 5},
{name = "farming:grapebush", max = 5},
}},
})
end