mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2024-12-22 15:30:19 +01:00
Rename one of the engraving stones (Man→Human)
This commit is contained in:
parent
041a4c5dcc
commit
a17725133e
@ -10,7 +10,7 @@ Mummy=
|
|||||||
Mummy Spawn Egg=
|
Mummy Spawn Egg=
|
||||||
Mummy Spawner=
|
Mummy Spawner=
|
||||||
Sandstone with Eye Engraving=
|
Sandstone with Eye Engraving=
|
||||||
Sandstone with Man Engraving=
|
Sandstone with Human Engraving=
|
||||||
Sandstone with Sun Engraving=
|
Sandstone with Sun Engraving=
|
||||||
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists.=
|
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists.=
|
||||||
Can be used to create a hostile mummy.=
|
Can be used to create a hostile mummy.=
|
||||||
|
@ -10,7 +10,7 @@ Mummy=Mumie
|
|||||||
Mummy Spawn Egg=Mumien-Spawn-Ei
|
Mummy Spawn Egg=Mumien-Spawn-Ei
|
||||||
Mummy Spawner=Mumien-Spawner
|
Mummy Spawner=Mumien-Spawner
|
||||||
Sandstone with Eye Engraving=Sandstein mit Augengravur
|
Sandstone with Eye Engraving=Sandstein mit Augengravur
|
||||||
Sandstone with Man Engraving=Sandstein mit Manngravur
|
Sandstone with Human Engraving=Sandstein mit Menschengravur
|
||||||
Sandstone with Sun Engraving=Sandstein mit Sonnengravur
|
Sandstone with Sun Engraving=Sandstein mit Sonnengravur
|
||||||
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists.=Ein Mumien-Spawner lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert.
|
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists.=Ein Mumien-Spawner lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert.
|
||||||
Can be used to create a hostile mummy.=Kann benutzt werden, um eine feindliche Mumie zu erzeugen (auch »spawnen« genannt).
|
Can be used to create a hostile mummy.=Kann benutzt werden, um eine feindliche Mumie zu erzeugen (auch »spawnen« genannt).
|
||||||
|
@ -5,7 +5,7 @@ local img = {
|
|||||||
"ankh", "scarab", "cactus"
|
"ankh", "scarab", "cactus"
|
||||||
}
|
}
|
||||||
local desc = {
|
local desc = {
|
||||||
S("Sandstone with Eye Engraving"), S("Sandstone with Man Engraving"), S("Sandstone with Sun Engraving"),
|
S("Sandstone with Eye Engraving"), S("Sandstone with Human Engraving"), S("Sandstone with Sun Engraving"),
|
||||||
S("Desert Sandstone with Ankh Engraving"), S("Desert Sandstone with Scarab Engraving"), S("Desert Sandstone with Cactus Engraving")
|
S("Desert Sandstone with Ankh Engraving"), S("Desert Sandstone with Scarab Engraving"), S("Desert Sandstone with Cactus Engraving")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user