Upstream: rmheuer/McAssetExtractor
This is a fork of the original McAssetExtractor. It's repurposed to be a part of Algorythm for downloading vanilla Minecraft game assets and other files from source provided by Mojang or its mirror, BMCLAPI.
Different from the upstream, this project uses Gradle. To create a runnable build, just run
gradle clean shadow # Include dependencies to make a runnable jar file.
then the jar
will appear in build/libs
with the suffix -all
.
MIT