Defective4

Results 24 comments of Defective4

That's the intended behavior, as inventory is not implemented in versions above 1.16.5. I am working on it right now.

Thank you very much for the summary. I am aware that many additional features are needed to make AMCC still functional these days, but unfortunately I don't have enough time...

I've started working on improving the AMCC. #24 contains the list of changes i will try to add. The 1.19.2 version is already inclued in the [latest](https://github.com/Defective4/Another-Minecraft-Chat-Client/releases) release, and I...

1. Microsoft authentication is finally included in the latest release, although it requires some testing. It's not available for versions 1.19.x yet.

Are you sure you are using valid credentials? Also keep in mind that **Microsoft** auth is **not** supported at the moment, you can only login with Mojang account.

Currently there is only one dirty way of achieving what you want. All chat messages from client to server are sent using MinecraftClient's sendChatMessage() method, which takes one String as...

@BigPanda97 Public API is still a Work In Progress and I plan to include it in the one of the upcoming releases along with JavaDocs. Also, thank you for your...

Hello @BigPanda97! The first version of the public plugin API is now available! I will soon start writing a wiki with guidelines, examples and tutorials, but until then you can...

No problem! Let me know if you need any help since the wiki and the documentation are not quite complete. Also good luck on your exams @BigPanda97!

This feature was already requested and will be added when I finally figure out how to handle chunks.