summaryrefslogtreecommitdiff
path: root/schematics/palmtree.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/palmtree.lua
parentb32bd2d50b685e9f550f1138d3db1ed0c6504d2c (diff)
parent43d62b57428b4738a7e8cee0fae78b1147f9b085 (diff)
Merge branch 'master' of https://notabug.org/TenPlus1/ethereal
Diffstat (limited to 'schematics/palmtree.lua')
-rw-r--r--schematics/palmtree.lua110
1 files changed, 110 insertions, 0 deletions
diff --git a/schematics/palmtree.lua b/schematics/palmtree.lua
new file mode 100644
index 0000000..e890b10
--- /dev/null
+++ b/schematics/palmtree.lua
@@ -0,0 +1,110 @@
+
+local _ = {name = "air", param = 0}
+local L = {name = "ethereal:palmleaves", param = 255}
+local l = {name = "ethereal:palmleaves", param = 191}
+local T = {name = "ethereal:palm_trunk", param = 255}
+local t = {name = "ethereal:palm_trunk", param = 191}
+local C = {name = "ethereal:coconut", param = 127}
+
+ethereal.palmtree = {
+
+ size = {x = 9, y = 9, z = 9},
+
+ yslice_prob = {
+ {ypos = 3, prob = 127},
+ },
+
+ data = {
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,l,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,C,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ _,_,_,_,T,_,_,_,_,
+ _,_,_,_,T,_,_,_,_,
+ _,_,_,_,T,_,_,_,_,
+ _,_,_,_,T,t,_,_,_,
+ _,_,_,_,_,T,_,_,_,
+ _,_,l,_,_,T,_,_,l,
+ _,_,L,L,C,T,C,L,L,
+ _,_,_,L,L,L,L,L,_,
+ _,_,_,_,_,L,_,_,_,
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,C,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,l,_,_,_,
+ _,_,_,_,_,L,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+ _,_,_,_,_,_,_,_,_,
+
+ }
+}