This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The URL for each mod often changes based on the version you want. | |
// To find the correct URL, download the (DEOBFUSCATED!) mod from CurseForge, | |
// and look in your browser's download history to find the URL it came from. | |
// Use the numbers from that in place of the ones below | |
repositories { | |
ivy { | |
name "CoFHLib" | |
artifactPattern "http://addons-origin.cursecdn.com/files/2229/525/[module]-[revision].[ext]" | |
} |