Update visualization.lua

This commit is contained in:
Niwla23 2019-04-11 15:18:44 +02:00 committed by GitHub
parent 0aeee79af6
commit d0627bada5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ minetest.register_node("worldedit:placeholder", {
paramtype = "light",
sunlight_propagates = true,
diggable = false,
pointable = false,
walkable = false,
groups = {not_in_creative_inventory=1},
})