summaryrefslogtreecommitdiff
path: root/lucky_block.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-07-03 13:45:43 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-07-03 13:45:43 +0100
commit7e07b9af7ecfa016ed3351bb7eb1e9d1e9eead15 (patch)
tree6669faf3e9a16fe47122c282515b5f62d04e8ef0 /lucky_block.lua
parenta57800c046d017f0bd47321de941d25621daf875 (diff)
add more lucky blocks
Diffstat (limited to 'lucky_block.lua')
-rw-r--r--lucky_block.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lucky_block.lua b/lucky_block.lua
index 9484e35..59c52c1 100644
--- a/lucky_block.lua
+++ b/lucky_block.lua
@@ -8,6 +8,10 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"protector:protect2"}, 3},
{"dro", {"protector:door_wood"}, 1},
{"dro", {"protector:door_steel"}, 1},
+ {"exp", 5, true},
+ {"dro", {"protector:trapdoor"}, 1},
+ {"dro", {"protector:trapdoor_steel"}, 1},
+ {"dro", {"protector:tool"}, 1},
{"dro", {"protector:chest"}, 1},
{"exp"},
})