Closed Mordenkainen closed 9 years ago
Currently it only modifies MFR to allow the Technoturges Scepter to display the MFR machine radius like the Sledgehammer/FactoryHammer.
Fixes #121
Note that this requires some changes to the dev environment and build script to function properly.
Eclipse: Add the following to the VM Arguments section of your Run Configurations
-Dfml.coreMods.load=theflogat.technomancy.asm.TechnomancyCoreLoader"
build.gradle: Add the follow section to build.gradle, right after the "minecraft" section.
jar { manifest { attributes 'FMLCorePlugin': 'theflogat.technomancy.asm.TechnomancyCoreLoader', 'FMLCorePluginContainsFMLMod': 'true' } }
For some reason I can't manage to get a build.
I think I found the cause.
Everything working now?
Yes.
Currently it only modifies MFR to allow the Technoturges Scepter to display the MFR machine radius like the Sledgehammer/FactoryHammer.
Fixes #121
Note that this requires some changes to the dev environment and build script to function properly.
Eclipse: Add the following to the VM Arguments section of your Run Configurations
build.gradle: Add the follow section to build.gradle, right after the "minecraft" section.