Files
LegacyRenouveau/Minecraft.Client
ACL c85b2a8740
Nightly Release / build (push) Canceled after 0s
Nightly Release / release (push) Canceled after 0s
Nightly Release / cleanup (push) Canceled after 0s
Sync branches with main / sync (push) Canceled after 0s
fix: Armor swapping executed even when interacting with a block (#168)
(This PR fixes [this issue](https://discord.com/channels/1482443865754701868/1534141325904183336) from the Discord server: )

Previously, when holding a piece of armor and right-clicking an interactable block (furnance, crafting table, levers, etc.) the armor would be equipped to the player.
This isn't the expected behavior. The interacted block should suppress any held item functionality (if not crouched)

This PR adds the "bool blockHandled" variable to the "handleUseItem" function. If the player interact with an interactable block, the variable is set to true.
This variable can be used for future packets added in this function

Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/168
Co-authored-by: ACL <puffymono@gmail.com>
Co-committed-by: ACL <puffymono@gmail.com>
2026-08-08 16:58:45 +01:00
..
2026-07-17 00:05:47 -04:00
2026-08-02 19:59:27 -04:00
2026-07-15 14:50:09 -04:00
2026-07-14 20:31:05 -04:00
2026-08-02 19:59:27 -04:00
2026-07-24 03:25:30 -04:00
2026-07-14 20:31:05 -04:00
2026-07-17 19:20:05 -04:00
2026-07-15 14:50:09 -04:00
2026-07-11 21:48:52 -04:00
2026-07-13 16:59:00 -04:00
2026-07-14 20:31:05 -04:00
2026-07-18 22:09:33 -04:00
2026-07-24 15:14:27 -04:00

========================================================================
    Xbox 360 APPLICATION : Minecraft.Client Project Overview
========================================================================

AppWizard has created this Minecraft.Client application for you.  

This file contains a summary of what you will find in each of the files that
make up your Minecraft.Client application.

Minecraft.Client.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

Minecraft.Client.cpp
    This is the main application source file.



/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////