From 2bc7406c9a2112eba39e91c304dab74699093c4d Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 24 Jun 2015 10:00:12 +0100 Subject: Adjusted ground content flags --- sapling.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'sapling.lua') 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}, -- cgit v1.2.3