diff options
| author | TenPlus1 <kinsellaja@yahoo.com> | 2018-10-16 17:50:12 +0100 | 
|---|---|---|
| committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-10-16 17:50:12 +0100 | 
| commit | 01d71b2b2951d5258d20e288979d374e043c451a (patch) | |
| tree | f27e114b2d93c1942769f44e81203c3a6c3fbc4e | |
| parent | a0cb8657df797c36011ab61311ef2e15960d530b (diff) | |
add new lborigin/masterorigin/HEAD
| -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 | 
