The-Fireplace-Minecraft-Mods / Fireplace-Lib

A library of common functionality used by my mods, in one place for easier maintenance and faster updates.
https://www.curseforge.com/minecraft/mc-mods/fireplace-lib
MIT License
3 stars 7 forks source link

[1.19+] Bring back Offline Player command type support #55

Closed The-Fireplace closed 3 months ago

The-Fireplace commented 1 year ago

Description

Due to changes in networking code on 1.19, the offline player command type is being dummied out. Bring it back in the future.

Additional Information

No response

The-Fireplace commented 3 months ago

ClientboundCommandsPacket is the remaining piece that isn't working quite right - with the mod installed on both client and server, this seems to work. Server side only, this packet needs to be modified to trick the client into thinking it's a regular player argument type

The-Fireplace commented 3 months ago

Done with version 7.1.2