Fixed shovel not being able to be used on dirt

This commit is contained in:
Anon 2026-03-27 16:43:53 +01:00
parent a7a3566756
commit 0c9ff137b2
5 changed files with 56 additions and 8 deletions

View file

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

View file

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