Added Core Mod to redirect the Enchantment Rendering getSystemTime() calls to a the EnchantmentTimer (glow now slows down)

This commit is contained in:
Marius Metzger
2015-03-16 01:45:36 +01:00
parent 403d896862
commit 14f53f7429
31 changed files with 549 additions and 184 deletions

View File

@@ -17,7 +17,7 @@ buildscript {
apply plugin: 'forge'
version = "0.4"
version = "0.6"
group= "eu.crushedpixel.replaymod"
archivesBaseName = "replaymod"
@@ -50,6 +50,14 @@ dependencies {
}
jar {
//from { configurations.external.collect { it.isDirectory() ? it : zipTree(it) } }
manifest {
attributes 'FMLCorePlugin': 'eu.crushedpixel.replaymod.coremod.LoadingPlugin',
'FMLCorePluginContainsFMLMod': 'false'
}
}
processResources
{
// this will ensure that this task is redone when the versions change.