2015-11-18 09:36:37 +00:00
|
|
|
|
2016-05-17 21:40:05 +01:00
|
|
|
-- waterlily
|
2015-11-18 09:36:37 +00:00
|
|
|
|
|
|
|
ethereal.waterlily = {
|
|
|
|
size = {x = 1, y = 3, z = 1},
|
|
|
|
data = {
|
|
|
|
|
2016-05-17 21:40:05 +01:00
|
|
|
{name = "default:sand", param1 = 255},
|
|
|
|
{name = "default:water_source", param1 = 255},
|
|
|
|
{name = "flowers:waterlily", param1 = 255},
|
2015-11-18 09:36:37 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
}
|
2015-11-19 09:25:55 +00:00
|
|
|
|
2016-12-06 10:48:31 +00:00
|
|
|
if ethereal.lilywalk == true then
|
|
|
|
|
|
|
|
minetest.override_item("flowers:waterlily", {
|
|
|
|
walkable = true,
|
|
|
|
})
|
|
|
|
end
|