From 4b2271cda27ae9e313be712672d9288ed74cfaa2 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 16 Oct 2018 18:13:59 +0100 Subject: add new lucky blocks --- lucky_block.lua | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'lucky_block.lua') diff --git a/lucky_block.lua b/lucky_block.lua index b24ed32..c058b0f 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -15,7 +15,7 @@ if minetest.get_modpath("lucky_block") then {"dro", {"farming:bottle_ethanol"}, 1}, {"nod", "farming:melon", 0}, {"dro", {"farming:donut", "farming:donut_chocolate", "farming:donut_apple"}, 5}, - {"dro", {"farming:hemp_leaf", "farming:hemp_fibre", "farming:seed_hemp"}, 5}, + {"dro", {"farming:hemp_leaf", "farming:hemp_fibre", "farming:seed_hemp"}, 10}, {"nod", "fire:permanent_flame", 1}, {"dro", {"farming:chili_pepper", "farming:chili_bowl"}, 5}, {"dro", {"farming:bowl"}, 3}, @@ -34,5 +34,33 @@ if minetest.get_modpath("lucky_block") then {"dro", {"farming:hoe_bomb"}, 10}, {"dro", {"farming:turkish_delight"}, 5}, {"lig"}, + {"sch", "instafarm", 0, true, { + {"farming:wheat_8", "farming:carrot_8"}, + {"farming:cotton_8", "farming:rhubarb_3"}, + }}, + {"sch", "instafarm", 0, true, { + {"farming:wheat_8", "farming:pepper_5"}, + {"farming:cotton_8", "farming:onion_5"}, + }}, + {"sch", "instafarm", 0, true, { + {"farming:wheat_8", "farming:beetroot_5"}, + {"farming:cotton_8", "farming:barley_7"}, + }}, + {"sch", "instafarm", 0, true, { + {"farming:wheat_8", "farming:corn_8"}, + {"farming:cotton_8", "farming:grapes_8"}, + }}, + {"sch", "instafarm", 0, true, { + {"farming:wheat_8", "farming:pea_5"}, + {"farming:cotton_8", "farming:coffee_5"}, + }}, + {"sch", "instafarm", 0, true, { + {"farming:wheat_8", "farming:raspberry_4"}, + {"farming:cotton_8", "farming:tomato_8"}, + }}, + {"sch", "instafarm", 0, true, { + {"farming:wheat_8", "farming:chili_8"}, + {"farming:cotton_8", "farming:cucumber_4"}, + }}, }) end -- cgit v1.2.3 From efdc816584d08d639b166c7799ea41f10465fccd Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 16 Oct 2018 18:16:20 +0100 Subject: add new lucky blocks --- lucky_block.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lucky_block.lua') 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 -- cgit v1.2.3