diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-09 11:31:48 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-09 11:31:48 +0100 |
commit | 1a2bc350c516e1f73e99b23076c9ca8974f014a3 (patch) | |
tree | 5a8edaeb73c1245f86bc3535a7acd95d151b33a7 /lucky_block.lua | |
parent | a4e8182d9055c206e5b1d1a902d63fbdb7b8fe29 (diff) |
added hoe bome as lucky block prize
Diffstat (limited to 'lucky_block.lua')
-rw-r--r-- | lucky_block.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lucky_block.lua b/lucky_block.lua index 4318934..087cc2e 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -10,6 +10,7 @@ if minetest.get_modpath("lucky_block") then {"nod", "farming:jackolantern", 0}, {"tro", "farming:jackolantern_on"}, {"nod", "default:river_water_source", 1}, + {"tel"}, {"dro", {"farming:trellis", "farming:grapes"}, 5}, {"dro", {"farming:bottle_ethanol"}, 1}, {"nod", "farming:melon", 0}, @@ -22,6 +23,7 @@ if minetest.get_modpath("lucky_block") then {"dro", {"farming:pot"}, 1}, {"dro", {"farming:baking_tray"}, 1}, {"dro", {"farming:skillet"}, 1}, + {"exp", 4}, {"dro", {"farming:mortar_pestle"}, 1}, {"dro", {"farming:cutting_board"}, 1}, {"dro", {"farming:juicer"}, 1}, @@ -29,5 +31,6 @@ if minetest.get_modpath("lucky_block") then {"dro", {"farming:hoe_bronze"}, 1}, {"dro", {"farming:hoe_mese"}, 1}, {"dro", {"farming:hoe_diamond"}, 1}, + {"dro", {"farming:hoe_bomb"}, 10}, }) end |