[1.7.10] Remove unnecessary pre-MixinGradle configuring in common.gradle
This commit is contained in:
@@ -47,10 +47,6 @@ if (mcVersion >= 10800) {
|
|||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
// FIXME needed?
|
|
||||||
mixinConfigs = [
|
|
||||||
'compat.shaders', 'extras.playeroverview', 'recording', 'render', 'replay'
|
|
||||||
].collect {"mixins.${it}.replaymod.json"}
|
|
||||||
mixinSrg = new File(project.buildDir, 'tmp/mixins/mixins.srg')
|
mixinSrg = new File(project.buildDir, 'tmp/mixins/mixins.srg')
|
||||||
mixinRefMap = new File(project.buildDir, 'tmp/mixins/mixins.replaymod.refmap.json')
|
mixinRefMap = new File(project.buildDir, 'tmp/mixins/mixins.replaymod.refmap.json')
|
||||||
}
|
}
|
||||||
@@ -289,7 +285,6 @@ jar {
|
|||||||
attributes 'TweakClass': 'org.spongepowered.asm.launch.MixinTweaker',
|
attributes 'TweakClass': 'org.spongepowered.asm.launch.MixinTweaker',
|
||||||
'TweakOrder': '0',
|
'TweakOrder': '0',
|
||||||
'FMLCorePluginContainsFMLMod': 'true',
|
'FMLCorePluginContainsFMLMod': 'true',
|
||||||
// FIXME is this needed? 'MixinConfigs': project.mixinConfigs.join(','),
|
|
||||||
'FMLCorePlugin': 'com.replaymod.core.LoadingPlugin',
|
'FMLCorePlugin': 'com.replaymod.core.LoadingPlugin',
|
||||||
'FMLAT': 'replaymod_at.cfg'
|
'FMLAT': 'replaymod_at.cfg'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user