1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

add new lucky blocks

This commit is contained in:
TenPlus1
2018-10-16 18:16:20 +01:00
parent 4b2271cda2
commit efdc816584
2 changed files with 8 additions and 1 deletions

View File

@ -62,5 +62,12 @@ if minetest.get_modpath("lucky_block") then
{"farming:wheat_8", "farming:chili_8"},
{"farming:cotton_8", "farming:cucumber_4"},
}},
{"nod", "default:chest", 0, {
{name = "farming:seed_wheat", max = 15},
{name = "farming:seed_barley", max = 15},
{name = "farming:seed_barley", max = 15},
{name = "farming:seed_hemp", max = 15},
{name = "farming:soil_wet", max = 10},
}},
})
end