From 9bb4ddbe67ec1fd15aece6733a90d0d8d8cf2666 Mon Sep 17 00:00:00 2001 From: tchncs Date: Sun, 22 May 2016 23:00:48 +0200 Subject: [PATCH] scarecrow: fix crash caused by old descriptions --- pumpkin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pumpkin.lua b/pumpkin.lua index 2d79bdf..67ecb9c 100644 --- a/pumpkin.lua +++ b/pumpkin.lua @@ -208,7 +208,7 @@ minetest.register_craft({ }) minetest.register_node("farming:scarecrow_light", { - description = S("Scarecrow With light"), + description = "Scarecrow With light", paramtype = "light", sunlight_propagates = true, paramtype2 = "facedir",