From 9f6fcf5a3acf40165ee85a612f02e8695d3c2b55 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Tue, 19 May 2020 17:03:13 +0000 Subject: [PATCH] Delete 'mods/ethereal/schematics/yellowtree.lua' --- mods/ethereal/schematics/yellowtree.lua | 201 ------------------------ 1 file changed, 201 deletions(-) delete mode 100644 mods/ethereal/schematics/yellowtree.lua diff --git a/mods/ethereal/schematics/yellowtree.lua b/mods/ethereal/schematics/yellowtree.lua deleted file mode 100644 index bef7c25d..00000000 --- a/mods/ethereal/schematics/yellowtree.lua +++ /dev/null @@ -1,201 +0,0 @@ - -local _ = {name = "air", prob = 0} -local T = {name = "ethereal:yellow_trunk", prob = 255} -local t = {name = "ethereal:yellow_trunk", prob = 127} -local L = {name = "ethereal:yellowleaves", prob = 255} -local A = {name = "ethereal:golden_apple", prob = 115} - -ethereal.yellowtree = { - - size = {x = 9, y = 19, z = 9}, - - yslice_prob = { - {ypos = 0, prob = 254}, - {ypos = 3, prob = 254}, - {ypos = 5, prob = 254}, - }, - - data = { - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,L,A,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,L,T,L,_,_,_, - _,_,_,_,L,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,L,A,_,_,_, - _,_,_,_,_,_,_,_,_, - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,t,_,_,_,_, - _,_,_,L,T,L,_,_,_, - _,_,_,_,L,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,L,t,L,_,_,_, - _,_,_,_,L,_,_,_,_, - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,_,L,L,_,_,_, - _,_,_,_,_,_,L,L,_, - _,_,_,L,_,_,_,_,_, - A,L,L,L,T,L,_,_,_, - _,_,_,_,_,L,_,_,_, - _,_,_,_,L,_,L,L,_, - _,_,L,L,L,_,_,_,_, - A,L,L,L,T,L,_,_,_, - _,_,_,L,T,L,_,_,_, - _,_,_,_,L,_,_,_,_, - - _,_,_,_,T,_,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,T,T,_,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,_,T,T,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,T,T,_,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,_,T,T,t,_,_, - _,_,_,_,T,_,T,T,L, - _,_,t,T,T,_,L,L,_, - L,T,T,_,T,_,_,_,_, - _,L,L,_,T,T,t,_,_, - _,_,_,_,T,L,T,T,L, - _,_,t,T,T,L,L,L,_, - L,T,T,L,T,L,_,_,_, - _,L,L,_,L,A,_,_,_, - _,_,_,_,_,_,_,_,_, - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,T,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,L,_,_,_, - _,_,_,_,T,L,L,L,A, - _,_,_,L,_,_,_,_,_, - _,L,L,_,_,_,_,_,_, - _,_,_,_,_,L,_,_,_, - _,_,_,L,T,L,L,L,A, - _,_,L,L,L,_,_,_,_, - _,L,L,_,L,_,_,_,_, - _,_,_,_,A,_,_,_,_, - _,_,_,_,_,_,_,_,_, - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,t,_,_,_,_, - _,_,_,L,T,L,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,L,t,L,_,_,_, - _,_,_,L,T,L,_,_,_, - _,_,_,_,L,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,L,T,L,_,_,_, - _,_,_,L,L,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,L,T,L,_,_,_, - _,_,_,_,L,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,A,L,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,A,L,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - _,_,_,_,_,_,_,_,_, - - } -}