-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ShiftRightClick #2582
Added ShiftRightClick #2582
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. Great job, just some minor change and we can merge your work.
MinecraftClient/CommandHandler/ArgumentType/InventoryActionArgumentType.cs
Outdated
Show resolved
Hide resolved
MinecraftClient/CommandHandler/ArgumentType/InventoryActionArgumentType.cs
Outdated
Show resolved
Hide resolved
@@ -2426,7 +2426,15 @@ internal class Translations { | |||
return ResourceManager.GetString("cmd.inventory.shiftclick", resourceCulture); | |||
} | |||
} | |||
|
|||
|
|||
internal static string cmd_inventory_shiftrightclick //shiftrightclick translations link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to use Visual Studio to add a new translation string instead of directly modifying source. I'll do that for you when I have time, or you can try it out yourself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well i didn't know about how this one work so can i leave it to you?
…ase and Shorten the Code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution again. Merging your PR.
Thanks. When New Release Gonna Happen? |
Just Added ShiftRightClick to MCC Because When User Need it on Server They Play, They Can Use it.