diff options
Diffstat (limited to 'schematics/bamboo_tree.lua')
-rw-r--r-- | schematics/bamboo_tree.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schematics/bamboo_tree.lua b/schematics/bamboo_tree.lua index 13f06f1..da74125 100644 --- a/schematics/bamboo_tree.lua +++ b/schematics/bamboo_tree.lua @@ -75,3 +75,8 @@ ethereal.bambootree = { {ypos = 3, prob = 127}, }, } + +minetest.override_item("default:papyrus", { + walkable = true, + sunlight_propagates = true +}) |