added manifest & accesstransformer to it
This commit is contained in:
parent
2f58d1f6ca
commit
85eb3cb972
4 changed files with 11 additions and 2 deletions
2
META-INF/MANIFEST.MF
Normal file
2
META-INF/MANIFEST.MF
Normal file
|
@ -0,0 +1,2 @@
|
|||
Manifest-Version: 1.0
|
||||
|
1
META-INF/numina_at.cfg
Normal file
1
META-INF/numina_at.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
public net.minecraft.network.NetHandlerPlayServer field_147365_f #floatingtickCount
|
|
@ -81,6 +81,12 @@ processResources
|
|||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'FMLAT': 'numina_at.cfg'
|
||||
}
|
||||
}
|
||||
|
||||
task devJar(type: Jar) {
|
||||
from sourceSets.main.output
|
||||
classifier = 'dev'
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"modid": "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.",
|
||||
"version": "@MOD_VERSION@",
|
||||
"mcversion": "@MC_VERSION@",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcversion}",
|
||||
"url": "http://machinemuse.net/",
|
||||
"updateUrl": "",
|
||||
"authors": [ "MachineMuse" ],
|
||||
|
|
Loading…
Reference in a new issue