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 /sapling.lua | |
parent | d22a051434d1b92d8fbb4fa8027ef29a567312eb (diff) |
Adjusted ground content flags
Diffstat (limited to 'sapling.lua')
-rw-r--r-- | sapling.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapling.lua b/sapling.lua index 4664244..e470e8d 100644 --- a/sapling.lua +++ b/sapling.lua @@ -12,6 +12,7 @@ ethereal.register_sapling = function( sapling_node_name, sapling_descr, sapling_ wield_image = sapling_texture, paramtype = "light", sunlight_propagates = true, + is_ground_content = false, walkable = false, selection_box = {type = "fixed",fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5},}, groups = {snappy=2,dig_immediate=3,flammable=2,ethereal_sapling=1,attached_node=1}, |