From 52258402dc3096ba74f3f772655dafed39147c61 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Wed, 7 Jun 2017 16:12:42 -0700 Subject: [PATCH] Fix 'scarecrow_light' description to match locale files --- pumpkin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pumpkin.lua b/pumpkin.lua index 4a68b99..1dea7fc 100644 --- a/pumpkin.lua +++ b/pumpkin.lua @@ -352,7 +352,7 @@ minetest.register_craft({ }) minetest.register_node(":farming:scarecrow_light", { - description = S("Scarecrow With light"), + description = S("Scarecrow With Light"), paramtype = "light", sunlight_propagates = true, paramtype2 = "facedir",