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