Available on https://repo.sleeping.town/
as agency.highlysuspect:minivan:0.5
.
- Actually unbundle the server jar (OOPS). Fixes every class being marked
@SideOnly(Side.CLIENT)
. Embarrassing! - Remove unused dependency on fabricflower.
- Update tiny-remapper to the latest version.
- Add Access Widener support.
- Same api as VanillaGradle,
minivan { accessWideners "./path/to/accesswidener" }
. - AW'd jars end up in the project-local Gradle cache instead of the global Gradle cache.
- Same api as VanillaGradle,
- Soft-deprecate
minivan.getMinecraft(version)
.- It's a useful function, but you can't configure it with access wideners/anything else I might add in the future.
- Try
minivan.minecraftBuilder(version).build().getMinecraft()
.
- More verbose logging.
- Add hashes to filenames in your Gradle cache.
- Necessary step to avoid differently access-widened files from clobbering each other.
- This will make you redownload things, sorry.