added manifest & accesstransformer to it

This commit is contained in:
MachineMuse 2014-09-09 10:59:44 -06:00
parent 2f58d1f6ca
commit 85eb3cb972
4 changed files with 11 additions and 2 deletions

2
META-INF/MANIFEST.MF Normal file
View file

@ -0,0 +1,2 @@
Manifest-Version: 1.0

1
META-INF/numina_at.cfg Normal file
View file

@ -0,0 +1 @@
public net.minecraft.network.NetHandlerPlayServer field_147365_f #floatingtickCount

View file

@ -81,6 +81,12 @@ processResources
} }
} }
jar {
manifest {
attributes 'FMLAT': 'numina_at.cfg'
}
}
task devJar(type: Jar) { task devJar(type: Jar) {
from sourceSets.main.output from sourceSets.main.output
classifier = 'dev' classifier = 'dev'

View file

@ -2,8 +2,8 @@
"modid": "powersuits", "modid": "powersuits",
"name": "MachineMuse's Modular Powersuits", "name": "MachineMuse's Modular Powersuits",
"description": "A mod which adds modular power armor, power tool, and a tinker table to configure them. Uses UniversalElectricty or IC2 for energy.", "description": "A mod which adds modular power armor, power tool, and a tinker table to configure them. Uses UniversalElectricty or IC2 for energy.",
"version": "@MOD_VERSION@", "version": "${version}",
"mcversion": "@MC_VERSION@", "mcversion": "${mcversion}",
"url": "http://machinemuse.net/", "url": "http://machinemuse.net/",
"updateUrl": "", "updateUrl": "",
"authors": [ "MachineMuse" ], "authors": [ "MachineMuse" ],