summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-10-16 18:16:20 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-10-16 18:16:20 +0100
commitefdc816584d08d639b166c7799ea41f10465fccd (patch)
tree5d8d0f21d38f7e4fcec6b3687cbd75962191761c
parent4b2271cda27ae9e313be712672d9288ed74cfaa2 (diff)
add new lucky blocks
-rw-r--r--README.md2
-rw-r--r--lucky_block.lua7
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index dec6c5d..55ddee0 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/lucky_block.lua b/lucky_block.lua
index c058b0f..6f656ff 100644
--- a/lucky_block.lua
+++ b/lucky_block.lua
@@ -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