Rime
Rime
I'm aware of the conflicts, I was planning on waiting for them to be merged and handle the conflicts after rebasing onto master.
Converting to draft as I don't have much motivation or time to finish this and probably won't for a while.
~~What if we just had the option to toggle bars around the text to make them more compact if the user desires so?~~ Nvm I thought this was about the...
Why do REI and recipe book use furnace to represent forge category while EMI uses a lava bucket? ### Recipe book: https://github.com/viciscat/Skyblocker_vic/blob/2fe34c196827827e82bff1eefab65114b6e7489d/src/main/java/de/hysky/skyblocker/skyblock/itemlist/recipebook/SkyblockRecipeResults.java#L250 ### REI: https://github.com/viciscat/Skyblocker_vic/blob/2fe34c196827827e82bff1eefab65114b6e7489d/src/main/java/de/hysky/skyblocker/compatibility/rei/SkyblockerREIClientPlugin.java#L29 ### EMI: https://github.com/viciscat/Skyblocker_vic/blob/2fe34c196827827e82bff1eefab65114b6e7489d/src/main/java/de/hysky/skyblocker/compatibility/emi/SkyblockerEMIPlugin.java#L26 https://github.com/viciscat/Skyblocker_vic/blob/2fe34c196827827e82bff1eefab65114b6e7489d/src/main/java/de/hysky/skyblocker/compatibility/emi/SkyblockerEMIPlugin.java#L43
Did 100+ runs with this with someone else on 1.8, and it worked just fine with no duplicate messages and everything got marked nicely. Could be considered complete. There's only...
Perhaps the aligning point could be set dynamically to waste less space when the elements don't fill up the space as much. The 100 point was set based on the...
Currently breaks tooltips on REI due to REI handling tooltip component creation manually: https://github.com/shedaniel/RoughlyEnoughItems/blob/eaf9236e3da2adafcea204778ecc0072e70d0aa5/fabric/src/main/java/me/shedaniel/rei/impl/client/gui/fabric/ScreenOverlayImplFabric.java#L53
Looks good in general, but I have a few concerns: Is there no event for attacking a block? It's kinda sad to check it on a tick basis. It'd be...
The project seems dead, idk if there was a point in doing this but whatever.
``` public interface me.rime.symbols.init.AutoInit extends java.lang.annotation.Annotation minor version: 0 major version: 65 ``` It's still 65, but when trying to use the dependency from github it's still giving me the...