Delete 'mods/ethereal/schematics/birch_tree.lua'

This commit is contained in:
thunderdog1138 2020-05-19 16:54:15 +00:00
parent 83292f1fee
commit fc8c200824
1 changed files with 0 additions and 59 deletions

View File

@ -1,59 +0,0 @@
local _ = {name = "air", param1 = 0}
local T = {name = "ethereal:birch_trunk", param1 = 255}
local L = {name = "ethereal:birch_leaves", param1 = 255}
local l = {name = "ethereal:birch_leaves", param1 = 150}
ethereal.birchtree = {
size = {x = 5, y = 7, z = 5},
yslice_prob = {
{ypos = 0, prob = 127},
{ypos = 3, prob = 127},
},
data = {
_,_,_,_,_,
_,_,_,_,_,
_,_,_,_,_,
l,L,L,L,l,
l,L,L,L,l,
_,_,_,_,_,
_,_,_,_,_,
_,_,_,_,_,
_,_,_,_,_,
_,_,_,_,_,
L,L,L,L,L,
L,L,L,L,L,
_,l,L,l,_,
_,_,L,_,_,
_,_,T,_,_,
_,_,T,_,_,
_,_,T,_,_,
L,L,T,L,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,_,_,
_,_,_,_,_,
_,_,_,_,_,
_,_,_,_,_,
l,L,L,L,l,
l,L,L,L,l,
_,_,_,_,_,
_,_,_,_,_,
}
}