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

@ -59,4 +59,4 @@ This mod works by adding your new plant to the {growing=1} group and numbering t
- 0.1 - Fixed growing bug
- 0.0 - Initial release
### Lucky Blocks: 37
### Lucky Blocks: 38

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