From ce41be62b2293af3bb32d695f7e32fdd20c74532 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Sun, 17 May 2020 23:39:26 +0000 Subject: [PATCH] Update 'mods/ethereal/schematics/bamboo_tree.lua' --- mods/ethereal/schematics/bamboo_tree.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mods/ethereal/schematics/bamboo_tree.lua b/mods/ethereal/schematics/bamboo_tree.lua index 8214297a..4ec69987 100644 --- a/mods/ethereal/schematics/bamboo_tree.lua +++ b/mods/ethereal/schematics/bamboo_tree.lua @@ -75,11 +75,3 @@ ethereal.bamboo_tree = { } } - -if ethereal.papyruswalk == true then - - minetest.override_item("default:papyrus", { - walkable = true, - sunlight_propagates = true - }) -end