summaryrefslogtreecommitdiff
path: root/fences.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fences.lua')
-rw-r--r--fences.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/fences.lua b/fences.lua
index c67018a..bac606c 100644
--- a/fences.lua
+++ b/fences.lua
@@ -23,6 +23,7 @@ for _, row in ipairs(fence.type) do
minetest.register_node("ethereal:fence_"..name, {
description = desc.." Fence",
drawtype = "fencelike",
+ is_ground_content = false,
tiles = {texture},
inventory_image = "default_fence_overlay.png^"..texture.."^default_fence_overlay.png^[makealpha:255,126,126",
wield_image = "default_fence_overlay.png^"..texture.."^default_fence_overlay.png^[makealpha:255,126,126",