From 8309e6a777b15a5f9b324c93ff9d89045ebc0eb5 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 1 Dec 2016 09:41:23 +0000 Subject: code tweaks and additions (thanks RQWorldblender) --- schematics/bamboo_tree.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'schematics/bamboo_tree.lua') diff --git a/schematics/bamboo_tree.lua b/schematics/bamboo_tree.lua index da74125..15709da 100644 --- a/schematics/bamboo_tree.lua +++ b/schematics/bamboo_tree.lua @@ -76,7 +76,10 @@ ethereal.bambootree = { }, } -minetest.override_item("default:papyrus", { - walkable = true, - sunlight_propagates = true -}) +if ethereal.papyruswalk == true then + + minetest.override_item("default:papyrus", { + walkable = true, + sunlight_propagates = true + }) +end -- cgit v1.2.3