scarecrow: fix crash caused by old descriptions
parent
22dd755ed0
commit
9bb4ddbe67
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue