Update node description

This commit is contained in:
Wuzzy 2018-05-24 23:29:13 +02:00
parent 214ef62bda
commit 74597d9394
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
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 Spawner = Mumien-Spawner
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).
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 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!
Destroy a mummy spawner by digging. = Zerstören Sie einen Mumien-Spawner, indem Sie ihn graben.

View File

@ -1,5 +1,5 @@
Cracked Sandstone Brick =
Fallen Cracked Sandstone Brick =
Falling Cracked Sandstone Brick =
Mummy Spawn Egg =
Mummy Spawner =
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. =
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 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! =
Destroy a mummy spawner by digging. =

View File

@ -57,8 +57,8 @@ minetest.register_node("tsm_pyramids:trap", {
})
minetest.register_node("tsm_pyramids:trap_2", {
description = S("Fallen Cracked Sandstone Brick"),
_doc_items_longdesc = S("This old and porous brick fell to the ground. It does not hold itself anymore."),
description = S("Falling Cracked Sandstone Brick"),
_doc_items_longdesc = S("This old porous brick falls under its own weight."),
tiles = {"default_sandstone_brick.png^tsm_pyramids_crack2.png"},
is_ground_content = false,
groups = {crumbly=3,cracky=3,falling_node=1,not_in_creative_inventory=1},