A resource loader that reuses existing functionality.
- Java 100%
Hello! Who knew that by using a deprecated way of doing things, I'd doom the mod's future-proofability?! Hooraaaaay! it turns out the deprecated method is indeed deprecated, what a surprise This PR updates the mod's codebase to 1.20.1, which will hopefully become the new LTS of some sort because I like the things it introduces! However, it turns out this isn't really one that makes it exclusive to Minecraft 1.20, but rather, fixes a bug where the built-in pack was shown as incompatible with 1.20+; This PR will still make the mod compatible with Minecraft 1.19.4 due to a lack of breaking changes. Other things done: - I've decided to sync in some of the changes done to QTM since then; It might seem like useless, but it turns out double-quoted strings on Groovy are a different type (GStrings) than single-quoted strings and are less performant - I gave up with fighting against keeping the whitespace while literally having an `.editorconfig` saying "no whitespace!"; Not included: a Gradle update :p Co-authored-by: Una Thompson <me@unascribed.com> Co-authored-by: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> Reviewed-on: unascribed-mods/QDResLoader#3 Co-authored-by: EnnuiL <ennuil@noreply.git.sleeping.town> Co-committed-by: EnnuiL <ennuil@noreply.git.sleeping.town> |
||
|---|---|---|
| gradle/wrapper | ||
| src/main | ||
| .editorconfig | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||