ChaoticByte

Results 6 comments of ChaoticByte

I found an easier solution (that also supports Ctrl+D): ```go const KeyCtrlC = 3 // ASCII ETX -> Ctrl+C const KeyCtrlD = 4 // ASCII EOT -> Ctrl+D // ......

For me also the "Enable New Sign Ups" setting resets to "Enable" every time the container is restarted. Especially this setting should persist, and honestly this looks more like a...

There is actually an open PR (#159) by @naalit for 1.20.1 compatibility. We all have to wait for a response to that PR from the maintainer(s).

I built the mod with the changes by @naalit, which works for me. The link: https://github.com/ChaoticStowage/slotlink_naalit/releases/tag/naalit_1.20.1-eea76dc You need at least the following mods (those are non-optional dependencies): ``` fabricApi =...

@naalit fyi, I built the mod with your changes for people to try on Minecraft 1.20.1: https://github.com/ChaoticStowage/slotlink_naalit/releases/tag/naalit_1.20.1-eea76dc Works for me, I haven't noticed any bugs yet. Thanks for your work...

I also have this problem, in Godot v4.3.stable.official [77dcf97d8] @pedrotrschneider thanks for the workaround using a timer!