diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-06-24 10:00:12 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-06-24 10:00:12 +0100 |
commit | 2bc7406c9a2112eba39e91c304dab74699093c4d (patch) | |
tree | 10620b71f6bdb65c46832da0743faf7be3500989 /extra.lua | |
parent | d22a051434d1b92d8fbb4fa8027ef29a567312eb (diff) |
Adjusted ground content flags
Diffstat (limited to 'extra.lua')
-rw-r--r-- | extra.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ minetest.register_node("ethereal:paper_wall", { groups = {snappy=3}, sounds = default.node_sound_wood_defaults(), walkable = true, + is_ground_content = false, paramtype2 = "facedir", selection_box = { type = "fixed", |