anatawa12 / ForgeGradle-2.3

This is only for FG_2.3(for minecraft 1.12.2). Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
32 stars 9 forks source link

Mod unable to find forgeBin.jar (after successfully generating it during compilation) #91

Closed LordDarthDan closed 1 year ago

LordDarthDan commented 1 year ago

I am trying to compile a 1.12 mod (Valkyrien Skies) after implementing a fix. However I had to resort to this ForgeGradle to make it work and after fixing most other issues, I'm left with `Could not resolve all files for configuration ':forgeGradleMc'.

Could not find forgeBin.jar (net.minecraftforge:forgeBin:1.12.2-14.23.5.2838-PROJECT(Valkyrien-Skies)). Searched in the following locations: https://files.minecraftforge.net/maven/net/minecraftforge/forgeBin/1.12.2-14.23.5.2838-PROJECT(Valkyrien-Skies)/forgeBin-1.12.2-14.23.5.2838-PROJECT(Valkyrien-Skies).jar`

If this isn't a ForgeGradle issue and I'm missing something crucial in my build file I apologize in advance, but I don't know where else to ask at this point.

LordDarthDan commented 1 year ago

My bad. I've forced it to use 1.0.1 version of this repository. Letting it automatically get latest got me 1.0.6 and it built. Closing the issue.