File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313apply plugin : ' eclipse'
1414apply plugin : ' maven-publish'
1515
16- version = " ${ minecraft_version } - ${ mod_version} "
16+ version = " ${ mod_version} "
1717group = ' com.robotgryphon.compactcrafting' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818archivesBaseName = ' 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
120120def 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..
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ mod_version=0.1.0
99
1010# Dependencies and Libs
1111jei_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
You can’t perform that action at this time.
0 commit comments