mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Refactor to just "Blur"
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user