scarecrow: fix crash caused by old descriptions
parent
22dd755ed0
commit
9bb4ddbe67
|
@ -208,7 +208,7 @@ minetest.register_craft({
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("farming:scarecrow_light", {
|
minetest.register_node("farming:scarecrow_light", {
|
||||||
description = S("Scarecrow With light"),
|
description = "Scarecrow With light",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
|
Loading…
Reference in New Issue