ethereal/schematics/waterlily.lua

21 lines
333 B
Lua
Raw Normal View History

2015-11-18 01:36:37 -08:00
-- waterlily
2015-11-18 01:36:37 -08:00
ethereal.waterlily = {
size = {x = 1, y = 3, z = 1},
data = {
{name = "default:sand", param1 = 255},
{name = "default:water_source", param1 = 255},
{name = "flowers:waterlily", param1 = 255},
2015-11-18 01:36:37 -08:00
},
}
2015-11-19 01:25:55 -08:00
if ethereal.lilywalk == true then
minetest.override_item("flowers:waterlily", {
walkable = true,
})
end