Refactor to just "Blur"

This commit is contained in:
tterrag1098
2017-05-24 21:38:13 -04:00
parent 2bf5f6c838
commit 8696849722
6 changed files with 20 additions and 18 deletions

View File

@@ -21,6 +21,8 @@ minecraft {
mappings = 'stable_29'
runDir = 'run'
clientJvmArgs += '-Dfml.coreMods.load=com.tterrag.blur.BlurPlugin'
replace "@VERSION@", project.version
}
@@ -46,7 +48,7 @@ processResources {
}
jar.manifest {
attributes 'FMLCorePlugin': 'com.tterrag.blurbg.BlurBGPlugin'
attributes 'FMLCorePlugin': 'com.tterrag.blur.BlurPlugin'
attributes 'FMLCorePluginContainsFMLMod': 'true'
}