mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fixed shovel not being able to be used on dirt
This commit is contained in:
parent
a7a3566756
commit
0c9ff137b2
5 changed files with 56 additions and 8 deletions
|
|
@ -4445,7 +4445,7 @@ namespace MinecraftClient {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use (left click) an item on the hand.
|
||||
/// Looks up a localized string similar to Use the item in your hand, optionally on a specific block.
|
||||
/// </summary>
|
||||
internal static string cmd_useitem_desc {
|
||||
get {
|
||||
|
|
|
|||
|
|
@ -1506,7 +1506,7 @@ You can use "/chunk status {0:0.0} {1:0.0} {2:0.0}" to check the chunk loading s
|
|||
<value>Useblock at ({0:0.0}, {1:0.0}, {2:0.0}) {3}.</value>
|
||||
</data>
|
||||
<data name="cmd.useitem.desc" xml:space="preserve">
|
||||
<value>Use (left click) an item on the hand</value>
|
||||
<value>Use the item in your hand, optionally on a specific block</value>
|
||||
</data>
|
||||
<data name="cmd.useitem.use" xml:space="preserve">
|
||||
<value>Used an item</value>
|
||||
|
|
@ -2299,4 +2299,4 @@ see item details.</value>
|
|||
<data name="tui.inventory.item_count" xml:space="preserve">
|
||||
<value>{0} items</value>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue