forked from VoxeLibre/VoxeLibre
add target help text
This commit is contained in:
parent
8f5bb24771
commit
a848b9d158
|
@ -14,9 +14,8 @@ end
|
||||||
|
|
||||||
minetest.register_node("mcl_target:target_off", {
|
minetest.register_node("mcl_target:target_off", {
|
||||||
description = S("Target"),
|
description = S("Target"),
|
||||||
--_tt_help = S(""),
|
_doc_items_longdesc = S("A target is a block that provides a temporary redstone charge when hit by a projectile."),
|
||||||
--_doc_items_longdesc = longdesc,
|
_doc_items_usagehelp = S("Throw a projectile on the target to activate it."),
|
||||||
--_doc_items_usagehelp = buttonuse,
|
|
||||||
tiles = {"mcl_target_target_top.png", "mcl_target_target_top.png", "mcl_target_target_side.png"},
|
tiles = {"mcl_target_target_top.png", "mcl_target_target_top.png", "mcl_target_target_side.png"},
|
||||||
groups = {hoey = 1},
|
groups = {hoey = 1},
|
||||||
sounds = mcl_sounds.node_sound_dirt_defaults({
|
sounds = mcl_sounds.node_sound_dirt_defaults({
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# textdomain: mcl_target
|
||||||
|
Target=Cible
|
||||||
|
A target is a block that provides a temporary redstone charge when hit by a projectile.=La cible est un bloc qui se comporte comme une source d'énergie temporaire quand elle est frappée par un projectile.
|
||||||
|
Throw a projectile on the target to activate it.=Lancer un projectile sur la cible pour l'activer.
|
|
@ -0,0 +1,4 @@
|
||||||
|
# textdomain: mcl_target
|
||||||
|
Target=
|
||||||
|
A target is a block that provides a temporary redstone charge when hit by a projectile.=
|
||||||
|
Throw a projectile on the target to activate it.=
|
Loading…
Reference in New Issue