From 6062168246a3593bd376c5f11ef0a1ba69fa9359 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Tue, 19 May 2020 17:01:04 +0000 Subject: [PATCH] Delete 'mods/ethereal/schematics/sakura.lua' --- mods/ethereal/schematics/sakura.lua | 96 ----------------------------- 1 file changed, 96 deletions(-) delete mode 100644 mods/ethereal/schematics/sakura.lua diff --git a/mods/ethereal/schematics/sakura.lua b/mods/ethereal/schematics/sakura.lua deleted file mode 100644 index 70a52718..00000000 --- a/mods/ethereal/schematics/sakura.lua +++ /dev/null @@ -1,96 +0,0 @@ -local T = {name = "ethereal:sakura_trunk", param1 = 255} -local P = {name = "ethereal:sakura_leaves", param1 = 255} -local W = {name = "ethereal:sakura_leaves2", param1 = 255} -local _ = {name = "air", param1 = 255} - -ethereal.sakura_tree = { - - size = {x=10, y=10, z=7}, - - yslice_prob = { - {ypos = 0, prob = 127}, - {ypos = 3, prob = 127}, - {ypos = 8, prob = 127}, - }, - - data = { - -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,P,P,_,_,_,_, -_,_,_,P,P,P,P,_,_,_, -_,_,_,P,P,P,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, - -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,P,P,P,P,_,_,_, -_,_,_,P,P,P,P,_,_,_, -_,_,P,P,T,P,P,P,_,_, -_,_,P,P,P,P,P,P,_,_, -_,_,P,_,P,P,P,P,_,_, -_,_,_,_,_,_,_,_,_,_, - -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,P,P,P,_,_,_,_, -_,_,P,P,P,P,P,P,_,_, -_,_,P,P,T,P,P,P,P,_, -_,P,P,P,P,P,P,P,P,P, -_,P,P,P,P,P,P,P,P,P, -_,P,P,P,P,P,P,P,P,_, -_,_,P,P,P,P,P,P,_,_, - -_,_,_,_,T,_,_,_,_,_, -_,_,_,_,T,_,_,_,_,_, -_,_,_,_,T,_,_,_,_,_, -_,_,P,P,T,T,P,_,_,_, -_,P,P,T,T,T,T,P,P,_, -_,P,P,T,_,T,P,T,P,_, -P,P,P,T,P,T,P,P,T,P, -P,P,T,P,P,P,P,P,T,P, -P,P,T,P,P,P,P,T,P,P, -_,P,P,P,P,P,P,P,P,_, - -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,P,_,P,_,_,_,_, -_,_,P,P,T,P,P,P,_,_, -_,_,P,P,_,P,P,P,P,_, -_,P,P,P,P,P,P,P,P,P, -_,P,P,P,P,P,P,P,P,P, -_,P,P,P,P,P,P,P,P,_, -_,_,P,P,P,P,P,P,_,_, - -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,P,_,_,_,_,_, -_,_,_,P,P,P,_,_,_,_, -_,_,_,P,T,P,_,_,_,_, -_,_,P,P,T,P,P,P,P,_, -_,_,P,P,P,P,P,P,P,_, -_,_,P,P,P,P,_,P,P,_, -_,_,_,_,P,_,_,_,_,_, - -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, -_,_,_,_,P,_,_,_,_,_, -_,_,_,P,P,P,_,_,_,_, -_,_,_,P,P,P,_,_,_,_, -_,_,_,P,P,P,_,_,_,_, -_,_,_,_,P,_,_,_,_,_, -_,_,_,_,_,_,_,_,_,_, - - }, -}