Upgrade GetLookingBlock

This commit is contained in:
BruceChen 2022-10-02 13:49:36 +08:00 committed by GitHub
parent ba6a954f45
commit 4aa6c1c99f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 213 additions and 74 deletions

View file

@ -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.

View file

@ -234,7 +234,7 @@ cmd.debug.state_off=调试消息现在已关闭
cmd.dig.desc=试图破坏一个方块
cmd.dig.too_far=你离这个方块太远了。
cmd.dig.no_block=这个地方没有方块 (空气)
cmd.dig.dig=尝试挖掘位于{0} {1} {2}的方块
cmd.dig.dig=尝试挖掘位于({0}, {1}, {2})的方块({3})。
cmd.dig.fail=无法开始挖掘方块。
# Entitycmd
@ -311,9 +311,11 @@ cmd.log.desc=将文本记录到控制台。
# Look
cmd.look.desc=查看方向或坐标。
cmd.look.unknown=未知方向 '{0}'
cmd.look.at=正在看向偏航角:{0} 俯仰角:{1}
cmd.look.block=正在看向{0}
cmd.look.unknown=未知方向 '{0}'。
cmd.look.at=当前视角 偏航角:{0} 俯仰角:{1}。
cmd.look.block=正看向位于 {0} 的方块。
cmd.look.inspection=与视线相交的第一个方块是 {0} ({1:0}, {2:0}, {3:0}),距离玩家 {4:0.0}({5:0.0})。
cmd.look.noinspection=在 {0} 米内没有任何方块与视线相交。
# Move
cmd.move.desc=移动或开始移动。