Rename Heated Dirt Path to Glowing Dirt Path
This commit is contained in:
parent
5993a76d6a
commit
205a042843
@ -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
|
||||
|
@ -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=
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user