summaryrefslogtreecommitdiff
path: root/schematics/bamboo_tree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'schematics/bamboo_tree.lua')
-rw-r--r--schematics/bamboo_tree.lua130
1 files changed, 65 insertions, 65 deletions
diff --git a/schematics/bamboo_tree.lua b/schematics/bamboo_tree.lua
index 15709da..b61f045 100644
--- a/schematics/bamboo_tree.lua
+++ b/schematics/bamboo_tree.lua
@@ -1,79 +1,79 @@
--- bamboo stalk with leaves
-
-local ai = {name = "air", param1 = 000}
-local bt = {name = "ethereal:bamboo", param1 = 255}
-local lp = {name = "ethereal:bamboo_leaves", param1 = 255}
-local lr = {name = "ethereal:bamboo_leaves", param1 = 100}
+local _ = {name = "air", param1 = 000}
+local B = {name = "ethereal:bamboo", param1 = 255}
+local L = {name = "ethereal:bamboo_leaves", param1 = 255}
+local l = {name = "ethereal:bamboo_leaves", param1 = 100}
ethereal.bambootree = {
size = {x = 3, y = 18, z = 3},
- data = {
+ yslice_prob = {
+ {ypos = 0, prob = 127},
+ {ypos = 1, prob = 127},
+ {ypos = 2, prob = 127},
+ },
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- lr, lp, lr,
- ai, lp, ai,
- ai, ai, ai,
+ data = {
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- ai, bt, ai,
- lr, lp, lr,
- ai, lp, ai,
- ai, lr, ai,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ l,L,l,
+ _,L,_,
+ _,_,_,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- ai, ai, ai,
- lr, lp, lr,
- ai, lp, ai,
- ai, ai, ai,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ _,B,_,
+ l,L,l,
+ _,L,_,
+ _,l,_,
- },
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ _,_,_,
+ l,L,l,
+ _,L,_,
+ _,_,_,
- yslice_prob = {
- {ypos = 3, prob = 127},
- },
+ }
}
if ethereal.papyruswalk == true then