summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--lucky_block.lua4
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4283357..dad1fab 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Change log:
2.2 - Updated protector tool so that player only needs to stand nearby (2 block radius)
It can also place vertically (up and down) as well. New protector recipe added.
-Lucky Blocks: 6
+Lucky Blocks: 10
Usage: (requires server privelage)
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"},
})