2015-08-31 19:40:29 +03:00
|
|
|
|
2018-09-03 22:43:00 +03:00
|
|
|
local _ = {name = "air", param1 = 000}
|
2023-05-08 10:05:09 +03:00
|
|
|
local B = {name = "ethereal:bamboo", param1 = 255}
|
2018-09-03 22:43:00 +03:00
|
|
|
local L = {name = "ethereal:bamboo_leaves", param1 = 255}
|
|
|
|
local l = {name = "ethereal:bamboo_leaves", param1 = 100}
|
2015-08-31 19:40:29 +03:00
|
|
|
|
|
|
|
ethereal.bambootree = {
|
2016-05-17 23:40:05 +03:00
|
|
|
|
|
|
|
size = {x = 3, y = 18, z = 3},
|
|
|
|
|
2018-09-03 22:43:00 +03:00
|
|
|
yslice_prob = {
|
|
|
|
{ypos = 0, prob = 127},
|
|
|
|
{ypos = 1, prob = 127},
|
|
|
|
{ypos = 2, prob = 127},
|
2022-09-30 19:26:44 +03:00
|
|
|
{ypos = 3, prob = 127}
|
2018-09-03 22:43:00 +03:00
|
|
|
},
|
2015-08-31 19:40:29 +03:00
|
|
|
|
2018-09-03 22:43:00 +03:00
|
|
|
data = {
|
2015-08-31 19:40:29 +03:00
|
|
|
|
2018-09-03 22:43:00 +03:00
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
l,L,l,
|
|
|
|
_,L,_,
|
|
|
|
_,_,_,
|
2015-08-31 19:40:29 +03:00
|
|
|
|
2018-09-03 22:43:00 +03:00
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
|
|
|
_,B,_,
|
2021-06-03 22:55:55 +03:00
|
|
|
l,B,l,
|
2018-09-03 22:43:00 +03:00
|
|
|
_,L,_,
|
|
|
|
_,l,_,
|
2015-08-31 19:40:29 +03:00
|
|
|
|
2018-09-03 22:43:00 +03:00
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
_,_,_,
|
|
|
|
l,L,l,
|
|
|
|
_,L,_,
|
|
|
|
_,_,_,
|
2016-05-17 23:40:05 +03:00
|
|
|
|
2018-09-03 22:43:00 +03:00
|
|
|
}
|
2015-08-31 19:40:29 +03:00
|
|
|
}
|
2016-08-19 19:22:09 +03:00
|
|
|
|
2016-12-01 12:41:23 +03:00
|
|
|
if ethereal.papyruswalk == true then
|
|
|
|
|
|
|
|
minetest.override_item("default:papyrus", {
|
|
|
|
walkable = true,
|
|
|
|
sunlight_propagates = true
|
|
|
|
})
|
|
|
|
end
|