Skip to content

Commit a3eb353

Browse files
committed
something messed up
1 parent 4238b71 commit a3eb353

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies {
1010

1111
compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.27:dev")
1212
compileOnly("com.github.GTNewHorizons:EnderCore:0.2.6:dev")
13-
compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.41:dev')
14-
compile('com.github.GTNewHorizons:StructureLib:1.0.15:dev')
15-
compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
13+
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.41:dev')
14+
compileOnly('com.github.GTNewHorizons:StructureLib:1.0.15:dev')
15+
compileOnly('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
1616
compileOnly('com.github.GTNewHorizons:AppleCore:3.1.9:dev') {transitive = false}
1717
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') {transitive = false}
1818
compileOnly("com.gregoriust.gregtech:gregtech_1.7.10:6.14.23:dev") {transitive = false}

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,3 @@ usesShadowedDependencies = false
6565

6666
# Optional parameter to prevent the source code from being published
6767
# noPublishedSources =
68-
systemProp.http.proxyHost=127.0.0.1
69-
systemProp.http.proxyPort=7890
70-
systemProp.https.proxyHost=127.0.0.1
71-
systemProp.https.proxyPort=7890

src/main/resources/mcmod.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"modid": "ae2fc",
44
"name": "AE2 Fluid Crafting",
55
"description": "Lets you do Crafting... with Fluids!",
6-
"version": "${version}",
7-
"mcversion": "${mcversion}",
6+
"version": "${modVersion}",
7+
"mcversion": "${minecraftVersion}",
88
"url": "https://github.com/GlodBlock/AE2FluidCraft-Rework",
99
"updateUrl": "",
1010
"authorList": ["GlodBlock"],

0 commit comments

Comments
 (0)