diff options
author | root <root@linux-forks.de> | 2018-11-23 15:03:57 +0100 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-11-23 15:03:57 +0100 |
commit | a01a4b5712663d029a7de96d38a7c7173311372f (patch) | |
tree | 4563b36fdfb1bd68bf2ce92750268ff639c6e77e | |
parent | eed69a53d40c1e9d0608a227f80741b3e109f9f2 (diff) | |
parent | 01d71b2b2951d5258d20e288979d374e043c451a (diff) |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | lucky_block.lua | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -31,4 +31,4 @@ Changelog: - 0.9 - Added support for farming redo's pea and beetroot crops, checks for place_param - 1.0 - add_deco() now adds to existing item list while set_deco() replaces item list (thanks h-v-smacker) -Lucky Blocks: 5 +Lucky Blocks: 6 diff --git a/lucky_block.lua b/lucky_block.lua index bb36354..d335d35 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -19,6 +19,11 @@ if minetest.get_modpath("lucky_block") then {"dro", {"bonemeal:bonemeal"}, 10}, {"dro", {"bonemeal:fertiliser"}, 10}, {"cus", growy}, + {"nod", "default:chest", 0, { + {name = "bonemeal:mulch", max = 20}, + {name = "bonemeal:bonemeal", max = 15}, + {name = "bonemeal:fertiliser", max = 10}, + }}, }) end |