OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Update forge URL #93

Closed ghost closed 10 years ago

ghost commented 10 years ago

Cloning and running ant fails due to the library URL being changed on Mojang's end. Using the new version of forge fixes this, but the URL for forge changed as well. This is a quick fix.

Yes, it compiles.

nevercast commented 10 years ago

The Forge URL is actually http://files.minecraftforge.net/minecraftforge/ The new Maven stuff is for the upcoming move to ForgeGradle+Maven. (At least that is how I understand it)

I'm not sure what is needed to move over to Gradle, perhaps we should look in to it?

nevercast commented 10 years ago

As @boq has already handled this for OpenModsLib, I'll let him handle this request for OpenP. Thanks for the PR, I'll leave it in his capable hands.