removing_blocks is not necessary

This commit is contained in:
Kotolegokot 2012-11-21 22:49:33 +06:00
parent 11cbd79814
commit 8b567f927e
2 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
DISABLE_BLOCKS={
}
for i=1, #DISABLE_BLOCKS do
minetest.register_node(":"..DISABLE_BLOCKS[i], {
drawtype = "airlike",
paramtype = "light",
light_propagates = true,
sunlight_propagates = true,
walkable = false,
pointable = false,
diggable = false,
buildable_to = true,
air_equivalent = true,
})
end