Update canapa_ice.lua
This commit is contained in:
parent
b0d04f557e
commit
0b5a9c6145
@ -84,7 +84,7 @@ function minetest.grow_canapa_ice(pos, node)
|
|||||||
pos.y = pos.y - 1
|
pos.y = pos.y - 1
|
||||||
local name = minetest.get_node(pos).name
|
local name = minetest.get_node(pos).name
|
||||||
if name ~= "default:sand"
|
if name ~= "default:sand"
|
||||||
--and name ~= "farming:soil_wet"
|
and name ~= "farming:soil_wet"
|
||||||
--and name ~= "farming:soil"
|
--and name ~= "farming:soil"
|
||||||
and name ~= "default:silver_sand"
|
and name ~= "default:silver_sand"
|
||||||
and name ~= "default:dirt_with_snow"
|
and name ~= "default:dirt_with_snow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user