removing_blocks is not necessary
This commit is contained in:
parent
11cbd79814
commit
8b567f927e
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user