Skip to content

Commit 4238b71

Browse files
committed
add mcmod.info and logo
1 parent 992a02c commit 4238b71

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
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-
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')
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')
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ 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
11.7 KB
Loading

src/main/resources/mcmod.info

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"modid": "ae2fc",
4+
"name": "AE2 Fluid Crafting",
5+
"description": "Lets you do Crafting... with Fluids!",
6+
"version": "${version}",
7+
"mcversion": "${mcversion}",
8+
"url": "https://github.com/GlodBlock/AE2FluidCraft-Rework",
9+
"updateUrl": "",
10+
"authorList": ["GlodBlock"],
11+
"credits":"phantamanta44",
12+
"logoFile": "assets/ae2fc/logo.png",
13+
"screenshots": [],
14+
"useDependencyInformation": true,
15+
"dependencies": ["appliedenergistics2"],
16+
"requiredMods": ["appliedenergistics2"]
17+
}
18+
]

0 commit comments

Comments
 (0)