summaryrefslogtreecommitdiff
path: root/schematics
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-18 09:36:37 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-18 09:36:37 +0000
commit281010fb8c46f95effbe450c9bb5997d664ef2ab (patch)
tree7d78000b49673396b5045c3b2e06f5147e2327fb /schematics
parentb88d8e902c899077e250fd64db7eb0563b916167 (diff)
Changed waterlily schematic for sand
Diffstat (limited to 'schematics')
-rw-r--r--schematics/waterlily.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/schematics/waterlily.lua b/schematics/waterlily.lua
new file mode 100644
index 0000000..4bd8b3a
--- /dev/null
+++ b/schematics/waterlily.lua
@@ -0,0 +1,17 @@
+
+-- Waterlily (built column by column, bottom to top)
+
+local a = "default:sand"
+local b = "default:water_source"
+local c = "flowers:waterlily"
+
+ethereal.waterlily = {
+ size = {x = 1, y = 3, z = 1},
+ data = {
+
+ {name=a, param1=255},
+ {name=b, param1=255},
+ {name=c, param1=255},
+
+ },
+}