summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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