No need for this.
This commit is contained in:
parent
fa07d3307a
commit
761c6618aa
1
corn.lua
1
corn.lua
@ -128,7 +128,6 @@ minetest.register_abm({
|
|||||||
minetest.set_node(above , { name = "crops:corn_top_1" })
|
minetest.set_node(above , { name = "crops:corn_top_1" })
|
||||||
local meta = minetest.get_meta(above)
|
local meta = minetest.get_meta(above)
|
||||||
meta:set_int("crops_top_half", 1)
|
meta:set_int("crops_top_half", 1)
|
||||||
meta:set_int("crops_water", water)
|
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user