Paint_Ninja
Paint_Ninja
Fair enough. One thing I'd like to reiterate is that concerns of safety shouldn't be an issue on the basis that we perform extra scrutiny on it and host our...
Lex doesn't intend on unbundling mixin before JiJ is changed to support it properly, and doing so isn't a small task, so I wouldn't worry about it too much at...
Technically it's an `addAlwaysCancellingListener(Consumer)` but I thought that was a bit verbose and would make people question why the never cancelling one isn't called `addNeverCancellingListener(Consumer)`. The reason why never cancelling...
I have some limited understanding of this, so answering some of your questions here. Proper clarification/documentation from @ByThePowerOfScience on how to use these type definitions when writing a JS coremod...
I found out about the headless exception from a log a user provided in the Discord: ``` JVM info: Oracle Corporation - 22.0.1 - 22.0.1+8-16 java.net.preferIPv4Stack=true Current Time: 30/05/2024 22:18:59...
TLDR the PR is marked as a draft with minimal explanation because I was trying to troubleshoot what turned out to be a JVM bug. Allow me to elaborate what...
- [ ] Need to check transitive dep compatibility with JarCompatibilityChecker
You clone the compat checker repo, open it in your IDE, manually edit the Gradle buildscript and run a task. Suffice to say, there’s a lot of room for improvement...
Sounds good to me, I'll special-case the review process for tag sync PRs accordingly. I did multiple PRs because it's easier for me to do stuff in little chunks, but...
One important caveat to note is we don't plan on having everything on the Forge bus, as that would kill performance by making mod loading singlethreaded again. The plan is...