Gregory Mitchell
Gregory Mitchell
Internal `GoalSelector#getRunningGoals` was removed, but `WrappedPathfinder#isRunning` still exists. Don't know if this means anything.
New registration information needs to be passed to register Attributes and Sensors. MobChip will default `version` to `"unknown"`, but will provide API to set this yourself. ```java import me.gamercoder215.mobchip.util.Registration; public...
Waiting on https://github.com/patrick-choe/mojang-spigot-remapper/pull/4.
Was arguing about this on Spigot and thought I might mention this here as an alternative (or better) solution, depending on your traffic. You could opt to include advertisements on...
> Is there any specific reason that [the autofeaturing system](https://docs.modrinth.com/faq#featured-versions) doesn't work for your use case? I must've been manually versioning things. I understand that now, but I think this...
I think the auto-featuring system works for the most part, and for my project specifically, if users want to use different major versions of Kotlin (for various reasons) then they...
This is a little late, but I [submitted a PR](https://github.com/actions/setup-java/pull/637) that adds support for this: ```yml - name: Setup JBR 21 uses: gmitch215/setup-java@6d2c5e1f82f180ae79f799f0ed6e3e5efb4e664d with: distribution: 'jetbrains' java-version: 21 cache: 'gradle'...
@jitpack-io any update on this?
@jitpack-io [Team-Inceptus/Runcaria](https://github.com/Team-Inceptus/Runcaria) I think this was tested with JUnit 5 (but I'm not sure), with the correct maven-surefire-plugin.
I might've found something related to the issue @jitpack-io 