Update 'mods/ethereal/schematics/bamboo_tree.lua'

This commit is contained in:
thunderdog1138 2020-05-19 16:37:04 +00:00
parent eed72d1dd6
commit 3221e8be8a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ ethereal.bambootree = {
if ethereal.papyruswalk == true then
minetest.override_item("default:papyrus", {
minetest.override_item("default:reeds", {
walkable = true,
sunlight_propagates = true
})