summaryrefslogtreecommitdiff
path: root/schematics/frosttrees.lua
diff options
context:
space:
mode:
authorroot <root@linux-forks.de>2018-09-14 16:56:37 +0200
committerroot <root@linux-forks.de>2018-09-14 16:56:37 +0200
commit31fe2ff374e72fb8ea44d50cd82d6fc8b9be5463 (patch)
tree87768ea1339a0c838716d8bb3418e35a80b00c46 /schematics/frosttrees.lua
parentb32bd2d50b685e9f550f1138d3db1ed0c6504d2c (diff)
parent43d62b57428b4738a7e8cee0fae78b1147f9b085 (diff)
Merge branch 'master' of https://notabug.org/TenPlus1/ethereal
Diffstat (limited to 'schematics/frosttrees.lua')
-rw-r--r--schematics/frosttrees.lua184
1 files changed, 184 insertions, 0 deletions
diff --git a/schematics/frosttrees.lua b/schematics/frosttrees.lua
new file mode 100644
index 0000000..428a180
--- /dev/null
+++ b/schematics/frosttrees.lua
@@ -0,0 +1,184 @@
+
+local _ = {name = "air", prob = 0}
+local l = {name = "ethereal:frost_leaves", prob = 255}
+local t = {name = "ethereal:frost_tree", prob = 255}
+
+ethereal.frosttrees = {
+
+ size = {x = 8, y = 19, z = 8},
+
+ yslice_prob = {
+ {ypos = 0, prob = 127}, -- trunk
+ {ypos = 1, prob = 127},
+ {ypos = 2, prob = 127},
+ {ypos = 3, prob = 127},
+ {ypos = 4, prob = 127},
+ {ypos = 5, prob = 127},
+ {ypos = 13, prob = 127}, -- leaves
+ {ypos = 15, 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,_,_,_,
+ _,_,_,l,l,_,_,_,
+ _,_,_,_,_,_,_,_,
+
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,l,t,t,l,_,_,
+ l,l,l,t,t,l,l,l,
+ _,_,l,t,t,l,_,_,
+ _,l,l,t,t,l,l,_,
+ _,_,l,t,t,l,_,_,
+ _,_,l,t,t,l,_,_,
+ _,_,_,l,l,_,_,_,
+
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,_,t,t,_,_,_,
+ _,_,l,t,t,l,_,_,
+ l,l,l,t,t,l,l,l,
+ _,_,l,t,t,l,_,_,
+ _,l,l,t,t,l,l,_,
+ _,_,l,t,t,l,_,_,
+ _,_,l,t,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,l,_,_,_,
+ _,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,
+
+ }
+}