Dependency : "Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar" not found while setting up baritone with IDEA
DylanWake opened this issue · 2 comments
###DESCRIPTION:
Basics:
Operating system: Windows 10
Java version: Jre 1.8u251 , jdk 1.8u251 , IntellJ-IDEA environment
Minecraft version: 1.16.2 release ( development environment )
Baritone version: 1.6.1
Forge mods (if used):
Exception, error or logs
BUILD FAILED in 37s
Could not find com.github.ImpactDevelopment:Vanilla:1.16.2_mapped_snapshot_20200813-1.16.1.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.pom
- https://repo.maven.apache.org/maven2/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
- http://repo.spongepowered.org/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.pom
- http://repo.spongepowered.org/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
- https://impactdevelopment.github.io/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.pom
- https://impactdevelopment.github.io/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
- https://www.dogforce-games.com/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.pom
- https://www.dogforce-games.com/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
- file:/C:/Users/10200/.gradle/caches/forge_gradle/bundeled_repo/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.pom
- file:/C:/Users/10200/.gradle/caches/forge_gradle/bundeled_repo/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
- https://files.minecraftforge.net/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.pom
- https://files.minecraftforge.net/maven/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
- https://libraries.minecraft.net/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
- https://repo.maven.apache.org/maven2/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.pom
- https://repo.maven.apache.org/maven2/com/github/ImpactDevelopment/Vanilla/1.16.2_mapped_snapshot_20200813-1.16.1/Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar
Required by:
project :
Open File
How to reproduce
1 : clone the repository through git clone https://github.com/cabaletta/baritone.git
2 : wait for IntellJ to automatically sync the project
3: do gradlew build
The problem might be caused by THE missing file of "Vanilla-1.16.2_mapped_snapshot_20200813-1.16.1.jar", I‘ve checked all the locations in the error log and got nothing else than 404s. Is the build.gradlew in branch 1.16.2 outdated to not include the latest location of the file?
Final checklist
- I know how to properly use check boxes
- I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- I have included logs, exceptions and / or steps to reproduce the issue.
- I have not used any OwO's or UwU's in this issue.
THX FOR FIXING