VanillaGradle
VanillaGradle copied to clipboard
A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/SpongePowered/VanillaGradle). ## Awaiting Schedule The following updates are...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | net.kyori.indra.publishing.sonatype | `2.1.1` -> `3.0.1` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [net.fabricmc:access-widener](https://togithub.com/FabricMC/access-widener) | `1.1.0` -> `2.1.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This PR is currently unfinished, and exists so that zml doesn't have to type a URL into the address bar.
1.19; ```java public record LiteralContents(String text) implements ComponentContents { ``` should not have a type parameter
After https://github.com/SpongePowered/VanillaGradle/commit/bc3c2a926dfd29e13b660f7a884b7f24dcdeb487 and https://github.com/SpongePowered/VanillaGradle/commit/cfa6638a3cb05e5db64954ed42cc80777b104a5d, Minecraft is now being included into my shadow jar where it wasn't before. Project in question can be seen at https://github.com/jpenilla/squaremap/tree/master/sponge, I've simply pinned an old...
Hello, I would like to publish obfuscated library jars using VanillaGradle. Currently there is no good way to do this. I tried to work around VanillaGradle by trying to use...
On Linux, glfw is located under `build/run-natives/linux/x64/org/lwjgl/glfw/libglfw.so`. This is a problem because lwjgl expects it to be in the root directory of `-Djava.library.path`. I tested this by copying libglfw.so to...
While the runtime behaviour is to ignore unknown classes, methods, and fields in AWs, we would like to be able to provide some extra validation at compile time. The most...
Mojang was kind enough to put a format version in the manifest of bundler jars. We should include this format version in all our parsing error messages, and track the...