summaryrefslogtreecommitdiff
path: root/lucky_block.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-11-12 10:52:47 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-11-12 10:52:47 +0000
commit3530d06c435564b7dd8690606075e98c0e92dcb7 (patch)
treef1b0d1ad4b3a08b6765527db2f7d33d203cb724e /lucky_block.lua
parentd21c7bdbc92a86673608449591e06992cab7d59a (diff)
added 6x lucky blocks
Diffstat (limited to 'lucky_block.lua')
-rw-r--r--lucky_block.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/lucky_block.lua b/lucky_block.lua
new file mode 100644
index 0000000..9484e35
--- /dev/null
+++ b/lucky_block.lua
@@ -0,0 +1,14 @@
+
+-- add lucky blocks
+
+if minetest.get_modpath("lucky_block") then
+
+ lucky_block:add_blocks({
+ {"dro", {"protector:protect"}, 3},
+ {"dro", {"protector:protect2"}, 3},
+ {"dro", {"protector:door_wood"}, 1},
+ {"dro", {"protector:door_steel"}, 1},
+ {"dro", {"protector:chest"}, 1},
+ {"exp"},
+ })
+end