James103
James103
@squeek502 Are you also porting to 1.15.2?
Is it possible to port this to Fabric, or will it forever be Forge-only? A Fabric port may or may not work around the mentioned bug.
Don't forget to take into account that Scaling Feast by @yeelp does the following: * Modifies the player's max hunger via a new item and a new attribute (modifier) *...
Can't reproduce in Client Commands 2.7 and Fabric API 0.57.0 on Minecraft 1.19 if the "dotone" mod is installed. Instead, when running the above commands, server-side command parsing fails with...
Still an issue in Client Commands 2.7, Minecraft 1.19, Fabric API 0.57.0, and Fabric loader 0.14.7.
Can't reproduce in Client Commands version 2.6.6 due to the vanilla chat message limit of 254 characters.
> Hmm, if this is a feature that is primarily intended for scripts, might be better to have it implemented as a script function. That said, given the direction the...
In other words, try replicating the following command structure: `/cenchant --simulate ` `/cenchant ` Current command structure: `/cenchant --simulate -> cenchant` `/cenchant `
This code allows for `/cenchant --simulate --simulate`: https://github.com/Earthcomputer/clientcommands/blob/a0cb4484f708e4aa927bac6ce0597ebee72fc2c8/src/main/java/net/earthcomputer/clientcommands/command/CEnchantCommand.java#L26-L28 This code allows for `/cfinditem --keep-searching --keep-searching` and `/cfinditem --no-search-shulker-box --no-search-shulker-box`: https://github.com/Earthcomputer/clientcommands/blob/a0cb4484f708e4aa927bac6ce0597ebee72fc2c8/src/main/java/net/earthcomputer/clientcommands/command/FindItemCommand.java#L61-L65 This code allows for `/cfind --keep-searching --keep-searching`: https://github.com/Earthcomputer/clientcommands/blob/f8e96da566e2a34f427aa033ef7ccd6c707e7eaf/src/main/java/net/earthcomputer/clientcommands/command/FindCommand.java#L31-L33 This code...
1. Is Fabric API installed on your client as well? 2. Are you able to reproduce this problem? If so, can you please post the resulting game logs here?