From 5329ff5b369602918fbb70b61351b2d89ae440eb Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 25 Nov 2015 22:25:41 -0800 Subject: Particle spawner on dead plants: flies. These buzz around dead plants, right after they die. --- potato.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'potato.lua') diff --git a/potato.lua b/potato.lua index 248957b..b1aa889 100644 --- a/potato.lua +++ b/potato.lua @@ -125,7 +125,7 @@ minetest.register_abm({ local meta = minetest.get_meta(pos) local damage = meta:get_int("crops_damage") if damage == 100 then - minetest.set_node(pos, { name = "crops:potato_plant_5" }) + crops.die(pos) return end local n = string.gsub(node.name, "3", "4") -- cgit v1.2.3