haykam821
haykam821
I suppose this (along with #16, but code for that is not included) could be fixed with a wrapper function: ```js const typeTransformers = { string: str => str.toUpperCase(), number:...
The root cause of this issue seems to be that the `updateCaretCoordinates` method returns an out-of-bounds position for the invisible caret: https://github.com/desktop/desktop/blob/57180aa893759ffe0fef9bcaa4048cf7a02b9fcc/app/src/ui/autocompletion/autocompleting-text-input.tsx#L446-L452 In other words, the invisible caret position should...
Could you post your client log?
Note that the fix to this issue is to change the `linkTrusted` argument in the `ConfirmLinkScreen` constructor to `true`: https://github.com/TerraformersMC/ModMenu/blob/0b88e0a67764d43c132859bc0ef0b3a9047d925c/src/main/java/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget.java#L326-L331
@HackerDaGreat57 Could you post your own game log with the minimal reproduction environment? Only the latest Fabric loader and Mod Menu versions should be installed for Minecraft 1.19.3.
Are there any errors in the log?
Ideally, the syntax highlighting would be supplanted by suggestions akin to commands. The library button could also just add or remove `@library` from the search terms. I think this change...
I’ll work on implementing this. I don’t see a way to make them compatible with the other world generators since those are chunk-based. Should there be a configurable function called...
I don't think this issue is relevant anymore. The `BlockEntityClientSerializable` interface has been removed entirely, and block entities simply implement the following methods: ```java @Override public BlockEntityUpdateS2CPacket toUpdatePacket() { return...
This might as well include 1.18 since the release candidates seem to work just fine with this.