summaryrefslogtreecommitdiff
path: root/lucky_block.lua
blob: 9484e357d64248863c0fbeb79dd5b81f72484167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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