Skip to content

Instantly share code, notes, and snippets.

View Wyn-Price's full-sized avatar
🏠
Working from home

Wyn Price Wyn-Price

🏠
Working from home
View GitHub Profile
@Wyn-Price
Wyn-Price / build.gradle
Created March 2, 2018 02:58 — forked from matthewprenger/build.gradle
CoFH CurseForge Dependencies
// 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]"
}
@Wyn-Price
Wyn-Price / build.gradle
Created March 2, 2018 02:58 — forked from matthewprenger/build.gradle
CoFH CurseForge Dependencies
// 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]"
}
@Wyn-Price
Wyn-Price / build.gradle
Created March 2, 2018 02:58 — forked from matthewprenger/build.gradle
CoFH CurseForge Dependencies
// 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]"
}