TheBrokenRail
TheBrokenRail
```versionRegExp``` would be useful for ```maven``` or ```github``` when the latest version might be for a different MC version, while ```curseforge``` could automatically check.
My proposal has been implemented in https://gitea.thebrokenrail.com/TheBrokenRail/ModUpdater.git and will be listed on CurseForge at https://www.curseforge.com/minecraft/mc-mods/modupdater when approved.
> Has the project ever been built successfully for iOS or Android? I use it in my Android app [Let's Code](https://play.google.com/store/apps/details?id=com.thebrokenrail.letscode&hl=en_US&gl=US). I haven't updated it in ages, but `txiki.js` was...
This also applies to apps using CMake's `ExternalProject` or `FetchContent`, which oftentimes already have their own verification checks anyways. While these [can be overridden](https://cmake.org/cmake/help/latest/module/FetchContent.html#variable:FETCHCONTENT_SOURCE_DIR_%3CuppercaseName%3E) to use local sources downloaded by...
I did add a testmod though?
What do you mean? There isn't any information that isn't common between the two mixins. They both have the entity that broke the block, the position of the block, the...
Is there anything else I should do?
Any update on this? Should I rebaee it on 1.17?
I don't think IntelliJ at least shows warnings from the Annotation Processor in the editing view, I know this because I have gotten Mixin warning that wait to show up...
I prefer JetBrains, because JetBrains IDEs will give a warning, and everything else can be configured to do so easily (or does so by default). Whereas anything else, will not...