Make many help texts translatable and fix bugs
This commit is contained in:
parent
c5db9987c3
commit
967905264d
36 changed files with 72 additions and 50 deletions
|
@ -217,15 +217,15 @@ S("To be able to place a command block and change the commands, you need to be i
|
|||
S("All commands will be executed on behalf of the player who placed the command block, as if the player typed in the commands. This player is said to be the “commander” of the block.").."\n\n"..
|
||||
|
||||
S("Command blocks support placeholders, insert one of these placeholders and they will be replaced by some other text:").."\n"..
|
||||
S("• “@c”: commander of this command block").."\n"..
|
||||
S("• “@n” or “@p”: nearest player from the command block").."\n"..
|
||||
S("• “@f” farthest player from the command block").."\n"..
|
||||
S("• “@r”: random player currently in the world").."\n"..
|
||||
S("• “@@”: literal “@” sign").."\n\n"..
|
||||
S("• “@@c”: commander of this command block").."\n"..
|
||||
S("• “@@n” or “@@p”: nearest player from the command block").."\n"..
|
||||
S("• “@@f” farthest player from the command block").."\n"..
|
||||
S("• “@@r”: random player currently in the world").."\n"..
|
||||
S("• “@@@@”: literal “@@” sign").."\n\n"..
|
||||
|
||||
S("Example 1:\n time 12000\nSets the game clock to 12:00").."\n\n"..
|
||||
|
||||
S("Example 2:\n give @n mcl_core:apple 5\n→ Gives the nearest player 5 apples"),
|
||||
S("Example 2:\n give @@n mcl_core:apple 5\n→ Gives the nearest player 5 apples"),
|
||||
|
||||
tiles = {{name="jeija_commandblock_off.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=2}}},
|
||||
groups = {creative_breakable=1, mesecon_effector_off=1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue