Skip to content

Commit d51e458

Browse files
committed
Add TOP to gradle dependencies
1 parent 74ecbea commit d51e458

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'eclipse'
1414
apply plugin: 'maven-publish'
1515

16-
version = "${minecraft_version}-${mod_version}"
16+
version = "${mod_version}"
1717
group = 'com.robotgryphon.compactcrafting' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = 'compactcrafting'
1919

@@ -110,11 +110,11 @@ repositories {
110110
url "http://dvs1.progwml6.com/files/maven"
111111
}
112112

113-
// // TheOneProbe
114-
// maven {
115-
// name 'tterrag maven'
116-
// url "http://maven.tterrag.com/"
117-
// }
113+
// TheOneProbe
114+
maven {
115+
name 'tterrag maven'
116+
url "http://maven.tterrag.com/"
117+
}
118118
}
119119

120120
def dev_mods = fileTree(dev_mods_dir).filter { it -> it.isFile() }.files.name.collect( { format(it) } )
@@ -138,8 +138,8 @@ dependencies {
138138
runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
139139

140140
// The One Probe
141-
// compileOnly fg.deobf("mcjty.theoneprobe:TheOneProbe-1.16:${top_version}:api")
142-
// runtimeOnly fg.deobf("mcjty.theoneprobe:TheOneProbe-1.16:${top_version}")
141+
compileOnly fg.deobf("mcjty.theoneprobe:TheOneProbe-1.16:${top_version}:api")
142+
runtimeOnly fg.deobf("mcjty.theoneprobe:TheOneProbe-1.16:${top_version}")
143143
}
144144

145145
// Example for how to get properties into the manifest for reading by the runtime..

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ mod_version=0.1.0
99

1010
# Dependencies and Libs
1111
jei_version=7.5.0.43
12-
# top_version=1.16-3.0.4-beta-7
12+
top_version=1.16-3.0.4-beta-7

0 commit comments

Comments
 (0)