mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2025-01-03 13:00:23 +01:00
Update node description
This commit is contained in:
parent
214ef62bda
commit
74597d9394
@ -1,5 +1,5 @@
|
|||||||
Cracked Sandstone Brick = Rissiger Sandsteinziegel
|
Cracked Sandstone Brick = Rissiger Sandsteinziegel
|
||||||
Fallen Cracked Sandstone Brick = Gefallener rissiger Sandsteinziegel
|
Falling Cracked Sandstone Brick = Fallender rissiger Sandsteinziegel
|
||||||
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
|
||||||
@ -9,6 +9,6 @@ A mummy spawner causes hostile mummies to appear in its vicinity as long it exis
|
|||||||
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).
|
||||||
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen!
|
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen!
|
||||||
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten.
|
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten.
|
||||||
This old and porous brick fell to the ground. It does not hold itself anymore. = Dieser alte und poröse Ziegel fiel zu Boden und wird durch nichts mehr gestützt.
|
This old porous brick falls under its own weight. = Dieser alte poröse Ziegel fällt unter seinem eigenem Gewicht.
|
||||||
No more mummies! = Keine Mumien mehr!
|
No more mummies! = Keine Mumien mehr!
|
||||||
Destroy a mummy spawner by digging. = Zerstören Sie einen Mumien-Spawner, indem Sie ihn graben.
|
Destroy a mummy spawner by digging. = Zerstören Sie einen Mumien-Spawner, indem Sie ihn graben.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Cracked Sandstone Brick =
|
Cracked Sandstone Brick =
|
||||||
Fallen Cracked Sandstone Brick =
|
Falling Cracked Sandstone Brick =
|
||||||
Mummy Spawn Egg =
|
Mummy Spawn Egg =
|
||||||
Mummy Spawner =
|
Mummy Spawner =
|
||||||
Sandstone with Eye Engraving =
|
Sandstone with Eye Engraving =
|
||||||
@ -9,6 +9,6 @@ A mummy spawner causes hostile mummies to appear in its vicinity as long it exis
|
|||||||
Can be used to create a hostile mummy. =
|
Can be used to create a hostile mummy. =
|
||||||
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! =
|
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! =
|
||||||
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. =
|
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. =
|
||||||
This old and porous brick fell to the ground. It does not hold itself anymore. =
|
This old porous brick falls under its own weight. =
|
||||||
No more mummies! =
|
No more mummies! =
|
||||||
Destroy a mummy spawner by digging. =
|
Destroy a mummy spawner by digging. =
|
||||||
|
@ -57,8 +57,8 @@ minetest.register_node("tsm_pyramids:trap", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("tsm_pyramids:trap_2", {
|
minetest.register_node("tsm_pyramids:trap_2", {
|
||||||
description = S("Fallen Cracked Sandstone Brick"),
|
description = S("Falling Cracked Sandstone Brick"),
|
||||||
_doc_items_longdesc = S("This old and porous brick fell to the ground. It does not hold itself anymore."),
|
_doc_items_longdesc = S("This old porous brick falls under its own weight."),
|
||||||
tiles = {"default_sandstone_brick.png^tsm_pyramids_crack2.png"},
|
tiles = {"default_sandstone_brick.png^tsm_pyramids_crack2.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {crumbly=3,cracky=3,falling_node=1,not_in_creative_inventory=1},
|
groups = {crumbly=3,cracky=3,falling_node=1,not_in_creative_inventory=1},
|
||||||
|
Loading…
Reference in New Issue
Block a user