Delete waterlily.lua

master
Shad MOrdre 2019-08-30 14:35:53 -07:00 committed by GitHub
parent 35eef78e11
commit ebb5e566d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
-- waterlily
lib_ecology.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},
},
}
if lib_ecology.lilywalk == true then
--minetest.override_item("flowers:waterlily", {
walkable = true
--})
end