summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/corn.lua b/corn.lua
index 5108178..467eff6 100644
--- a/corn.lua
+++ b/corn.lua
@@ -319,7 +319,7 @@ minetest.register_node("crops:corn_top_4", {
})
crops.corn_die = function(pos)
- minetest.set_node(pos, { name = "crops:corn_base_4" })
+ minetest.set_node(pos, { name = "crops:corn_base_3" })
local above = {x = pos.x, y = pos.y + 1, z = pos.z}
minetest.set_node(above, { name = "crops:corn_top_4" })
end