Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

Inventory handling for older Minecraft versions

Open ItIsSeven opened this issue 5 years ago • 3 comments
trafficstars

When can we expect Inventory handling to work for 1.8.9? And what's the thing that have to be changed version to version if you don't mind me asking, can't wait to test it out... Thank you for all your hard work on developing this feature! :)

ItIsSeven avatar Apr 06 '20 23:04 ItIsSeven

Inventory handling is still not stable even for recent Minecraft versions. Regarding how we can add support... we need to perform backwards updates : see what changed in the protocol inventory-wise between 1.X.X and 1.X.Y, and implement that for each MC version back to 1.7.0, which will take a while unless very few changes were made to the affected packets. Cannot give an ETA.

ORelio avatar Apr 07 '20 17:04 ORelio

Looking into this, the packets work in older version, but the real issue is the mapping of item ids, that requires a lot of manual work, since we can't generate mappings bellow 1.13 Tested packets, they work fine, but the items are mapped wrong.

milutinke avatar Sep 25 '22 23:09 milutinke

Try this build: https://github.com/milutinke/Minecraft-Console-Client/releases/tag/20240313-96 I've implemented all of the mappings for 1.8 - 1.12.2

milutinke avatar Mar 13 '24 11:03 milutinke