mouse0w0 / forge-mixin-example

An example for using Mixin in Minecraft Forge 1.12.2 & 1.8.9
The Unlicense
117 stars 20 forks source link

Improve buildscript, and tweak coremod #11

Closed Gav06 closed 3 years ago

Gav06 commented 3 years ago

I have changed the buildscript to add the coremod to JVM args in a much cleaner way, and I also removed the need to add the mixin configuration to the run arguments, buy telling mixin to use the right config in the coremod when you initialize it.

mouse0w0 commented 3 years ago

Thanks for your contribution.