summaryrefslogtreecommitdiff
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
parenta57800c046d017f0bd47321de941d25621daf875 (diff)
add more lucky blocks
-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"},
})