Rename Heated Dirt Path to Glowing Dirt Path

This commit is contained in:
Wuzzy 2019-11-04 19:20:47 +01:00
parent 5993a76d6a
commit 205a042843
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ Dirt with Grass=Erde mit Gras
Dirt with Grass and Footsteps=Erde mit Gras und Fußstapfen
Dirt Path=Erdpfad
Dirt Path Slab=Erdpfadplatte
Heated Dirt Path=Erhitzter Erdpfad
Glowing Dirt Path=Leuchtender Erdpfad
Brick Block=Ziegelblock
Sand=Sand
Fertilized Sand=Gedüngter Sand

View File

@ -61,7 +61,7 @@ Dirt with Grass=
Dirt with Grass and Footsteps=
Dirt Path=
Dirt Path Slab=
Heated Dirt Path=
Glowing Dirt Path=
Brick Block=
Sand=
Fertilized Sand=

View File

@ -333,7 +333,7 @@ minetest.register_node(
minetest.register_node(
"default:heated_dirt_path",
{
description = S("Heated Dirt Path"),
description = S("Glowing Dirt Path"),
drawtype = "nodebox",
paramtype = "light",
light_source = 6,