refactor(Minecraft.World): Implement LCEMP changes.

This commit is contained in:
2026-07-13 00:14:53 +03:00
parent 3fce0538c5
commit 21e2add09a
64 changed files with 655 additions and 372 deletions
-3
View File
@@ -143,9 +143,6 @@ void Inventory::grabTexture(int id, int data, bool checkData, bool mayReplace)
void Inventory::swapPaint(int wheel)
{
if (wheel > 0) wheel = 1;
if (wheel < 0) wheel = -1;
selected -= wheel;
while (selected < 0)