diff options
Diffstat (limited to 'schematics')
| -rw-r--r-- | schematics/waterlily.lua | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/schematics/waterlily.lua b/schematics/waterlily.lua index 1936b04..0373a88 100644 --- a/schematics/waterlily.lua +++ b/schematics/waterlily.lua @@ -12,6 +12,9 @@ ethereal.waterlily = {  	},  } -minetest.override_item("flowers:waterlily", { -	walkable = true, -}) +if ethereal.lilywalk == true then + +	minetest.override_item("flowers:waterlily", { +		walkable = true, +	}) +end | 
