local _ = {name = "air", prob = 0} local L = {name = "ethereal:pineleaves", prob = 255} local t = {name = "default:pinetree", prob = 255} local T = {name = "default:pinetree", prob = 255, force_place = true} ethereal.pinetree = { size = {x = 7, y = 8, z = 7}, yslice_prob = { {ypos = 1, prob = 127}, {ypos = 4, prob = 127} }, data = { _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,L,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,L,L,L,_,_, _,_,_,_,_,_,_, _,_,_,L,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,L,_,_,_, _,L,L,L,L,L,_, _,_,_,L,_,_,_, _,_,L,L,L,_,_, _,_,_,L,_,_,_, _,_,_,_,_,_,_, _,_,_,T,_,_,_, _,_,_,t,_,_,_, _,_,L,t,L,_,_, L,L,L,t,L,L,L, _,_,L,t,L,_,_, _,L,L,t,L,L,_, _,_,L,t,L,_,_, _,_,_,L,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,L,_,_,_, _,L,L,L,L,L,_, _,_,_,L,_,_,_, _,_,L,L,L,_,_, _,_,_,L,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,L,L,L,_,_, _,_,_,_,_,_,_, _,_,_,L,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,L,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, _,_,_,_,_,_,_, } }