1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Fix random node definition stuff

This commit is contained in:
Perttu Ahola
2011-11-25 22:06:50 +02:00
parent d2eed169ae
commit 425db289d5
3 changed files with 9 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ minetest.register_node("air", {
walkable = false,
pointable = false,
diggable = false,
buildable_to = false,
buildable_to = true,
air_equivalent = true,
})