summaryrefslogtreecommitdiff
path: root/schematics
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-08-19 17:22:09 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-08-19 17:22:09 +0100
commit4643128bea08a977c32e10bfc8260d1a91e2451e (patch)
tree61cd54d3d1828cc7f18f47ff1338ae5314b2583d /schematics
parentd98b48e2e102f59be92967ba4a6533923a29cb0e (diff)
Added default abm overrides
Diffstat (limited to 'schematics')
-rw-r--r--schematics/bamboo_tree.lua5
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
+})