123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- local _ = {name = "air", param1 = 000}
- local B = {name = "ethereal:bamboo", param1 = 255}
- local L = {name = "ethereal:bamboo_leaves", param1 = 255}
- local l = {name = "ethereal:bamboo_leaves", param1 = 100}
- ethereal.bambootree = {
- size = {x = 3, y = 18, z = 3},
- yslice_prob = {
- {ypos = 0, prob = 127},
- {ypos = 1, prob = 127},
- {ypos = 2, prob = 127},
- {ypos = 3, prob = 127}
- },
- data = {
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- l,L,l,
- _,L,_,
- _,_,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- _,B,_,
- l,B,l,
- _,L,_,
- _,l,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- _,_,_,
- l,L,l,
- _,L,_,
- _,_,_,
- }
- }
- if ethereal.papyruswalk == true then
- minetest.override_item("default:papyrus", {
- walkable = true,
- sunlight_propagates = true
- })
- end
|