From 4643128bea08a977c32e10bfc8260d1a91e2451e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 19 Aug 2016 17:22:09 +0100 Subject: Added default abm overrides --- schematics/bamboo_tree.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schematics') 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 +}) -- cgit v1.2.3