stfwi / redstonepen

Minecraft mod adding a pen to draw Redstone tracks in all directions, a PLC for Redstone, and relays.
MIT License
14 stars 2 forks source link

Holding a button while opening a RLC will replace the contents of the RLC even if its still running(i.e. editing disabled) #40

Closed Shinchai closed 3 months ago

Shinchai commented 3 months ago

By button, I refer to alphanumeric keys.

Even if the logic circuit is running, it will type once (replacing everything) and then ignore the rest of the inputs.

Also, the caret is too dark against the background of the editor. It would be better if it were white or inverted against its background (similar to windows inverted cursor)

stfwi commented 3 months ago

Hi shinchai, ty for the hint, you're like with the last issue on fabric 1.20.4, pen version >=1.8.28?

stfwi commented 3 months ago

Aye, the editor field was unlocked until the code arrived from the server side, easy fix ;). Used the occasion to make the cursor brighter, too.

Shinchai commented 3 months ago

I'm using v1.8.29.

P.S. if you have an interest in modding about, I have come up with an idea for lore-friendly quick-build system that I'm eager to share with a modder. I'm interested in hearing about others insights on it.

stfwi commented 3 months ago

Hi, thanks for addressing me there. Unfortunately, I do not have much time for my modding hobby and would not be able to maintain more mods. But again, thank you for asking.

stfwi commented 3 months ago

Oky, the fixes are pushed to curse and modrinth for fabric and neo 1.20.4, I'll close this one. Could you risk a glimpse if the issue is gone and reopen if not? Cheer's,-

Shinchai commented 3 months ago

yep, its fixed. danke