summaryrefslogtreecommitdiff
path: root/gates.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-06-24 10:00:12 +0100
committertenplus1 <kinsellaja@yahoo.com>2015-06-24 10:00:12 +0100
commit2bc7406c9a2112eba39e91c304dab74699093c4d (patch)
tree10620b71f6bdb65c46832da0743faf7be3500989 /gates.lua
parentd22a051434d1b92d8fbb4fa8027ef29a567312eb (diff)
Adjusted ground content flags
Diffstat (limited to 'gates.lua')
-rw-r--r--gates.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/gates.lua b/gates.lua
index 0020ef9..aa81ad8 100644
--- a/gates.lua
+++ b/gates.lua
@@ -56,6 +56,7 @@ minetest.register_node("ethereal:"..name.."gate_open", {
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
+ is_ground_content = false,
walkable = true,
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, not_in_inventory = 1},
drop = "ethereal:"..name.."gate_closed",