mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Upgrade GetLookingBlock
This commit is contained in:
parent
ba6a954f45
commit
4aa6c1c99f
11 changed files with 213 additions and 74 deletions
|
|
@ -255,7 +255,7 @@ cmd.debug.state_off=Debug messages are now OFF
|
|||
cmd.dig.desc=Attempt to break a block
|
||||
cmd.dig.too_far=You are too far away from this block.
|
||||
cmd.dig.no_block=No block at this location (Air)
|
||||
cmd.dig.dig=Attempting to dig block at {0} {1} {2}
|
||||
cmd.dig.dig=Attempting to dig block at {0} {1} {2} ({3})
|
||||
cmd.dig.fail=Failed to start digging block.
|
||||
|
||||
# Entitycmd
|
||||
|
|
@ -368,8 +368,10 @@ cmd.log.desc=log some text to the console.
|
|||
# Look
|
||||
cmd.look.desc=look at direction or coordinates.
|
||||
cmd.look.unknown=Unknown direction '{0}'
|
||||
cmd.look.at=Looking at YAW: {0} PITCH: {1}
|
||||
cmd.look.at=Looking at yaw: {0} pitch: {1}
|
||||
cmd.look.block=Looking at {0}
|
||||
cmd.look.inspection=The block currently intersecting the line of sight is {0} ({1:0}, {2:0}, {3:0}), distance is {4:0.0}({5:0.0}).
|
||||
cmd.look.noinspection=There is no block within {0} meters that intersects with the line of sight.
|
||||
|
||||
# Move
|
||||
cmd.move.desc=walk or start walking.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue