Skip to content

Releases: CrackedPolishedBlackstoneBricksMC/minivan

0.5

21 Jun 22:50
Compare
Choose a tag to compare

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.
  • 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.

0.4

09 Nov 01:59
Compare
Choose a tag to compare
0.4

Available on https://repo.sleeping.town/ as agency.highlysuspect:minivan:0.4. Apparently I skipped version 0.3 lol sorry.

  • If an unrecognized Minecraft version is encountered, minivan will delete and redownload its local copy of version_manifest_v2.json.

This is janky, but at least you don't have to manually do cachebusting when new versions of Minecraft come out.

0.2

16 May 07:08
Compare
Choose a tag to compare
0.2

Available on https://repo.sleeping.town/ as agency.highlysuspect:minivan:0.2.

  • Quick internals poke. Now uses version_manifest_v2. Slightly nicer errors when you pick an incorrect Minecraft version.
  • Add a minivan.getMinecraft function for lower-level operations.

0.1

15 May 09:07
Compare
Choose a tag to compare
0.1

Initial. Available on https://repo.sleeping.town/ as agency.highlysuspect:minivan:0.1.