Allows acquiring of vanilla/mod assets at runtime instead of including them in builds potentially violating licenses.
.minecraft/assetmover
folder resource pack that is hidden in-game.repositories {
maven {
url 'https://maven.cleanroommc.com'
}
}
dependencies {
compile 'com.cleanroommc:assetmover:2.5'
}
AssetMoverAPI
. Make sure you use these methods during FMLConstructionEvent
or before it. Any later and it would be too late.