From 281010fb8c46f95effbe450c9bb5997d664ef2ab Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 18 Nov 2015 09:36:37 +0000 Subject: Changed waterlily schematic for sand --- schematics/waterlily.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 schematics/waterlily.lua (limited to 'schematics') 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}, + + }, +} -- cgit v1.2.3