Konkrete [Forge]

Konkrete [Forge]

20M Downloads

Client-sided command issue

Thrumptus opened this issue ยท 8 comments

commented

When using Konkrete, client-sided commands aren't suggested and are marked as unknown or incomplete when entered, despite still functioning as normal

Minecraft Version: 1.19.2
Konkrete Version: 1.5.0

commented

The client commands are provided by https://github.com/Earthcomputer/clientcommands

So this is a mod incompatibility.

Well, I think that needs to get fixed in the other mod.

This is where I inject my client commands: link to mixin

Since the commands of the other mod are still working, but aren't in the suggestions list anymore and get displayed in red, it looks like the other mod is injecting commands in a weird way (not sure about that, didn't check the code).

commented

The mod is called "clientcommands" https://github.com/Earthcomputer/clientcommands is the github, when using konkrete mod all commands that the clientcommands mod gives disappear fabric 1.19.2

commented

Sorry for the late response

Fabric version 0.14.9
The client commands are provided by the fabric api and https://github.com/Earthcomputer/clientcommands
I looked through and the log doesn't provide anything related to commands as they still function as normal

I didn't phrase it very well before, the commands still work as normal when run, but in the chat box they show up as red and aren't in the list of suggested commands

image

image

commented

Ok, thanks for clarifying, will take it up over there then

commented
  • Fabric/Forge version
  • logs/latest.log AFTER trying to type and send a command, please
  • What client commands are you talking about exactly? Which mod are they from?

Thank you!

commented

Client Commands uses the standard client command registration event to register its client commands. Therefore, this mod should make itself compatible with Fabric API, not vice versa.

commented

I didn't even know there's an event for that on Fabric! Thank you for telling me, will fix it in the next update :)

commented

Fixed in Konkrete v1.5.3! Thank you for your report!