Mordenkainen / Technomancy

Magic and Science, what can go wrong
16 stars 8 forks source link

Adds a Coremod component to Technomancy. #139

Closed Mordenkainen closed 9 years ago

Mordenkainen commented 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'
    }
}
theflogat commented 9 years ago

For some reason I can't manage to get a build.

theflogat commented 9 years ago

I think I found the cause.

Mordenkainen commented 9 years ago

Everything working now?

theflogat commented 9 years ago

Yes.