add more lucky blocks

master
TenPlus1 2017-07-03 13:45:43 +01:00
parent a57800c046
commit 7e07b9af7e
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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"},
})