mouse0w0 / forge-mixin-example

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

Any plans on supporting the last forge version on 1.12? #3

Closed ghost closed 3 years ago

mouse0w0 commented 3 years ago

OK, I’ll do it. As a temporary solution, you can modify forge_version and mapping_version in gradle.properties for supporting any forge version.

ghost commented 3 years ago

Ok, thanks a lot

mouse0w0 commented 3 years ago

I have supported ForgeGradle 3.+, it can support the latest forge version (As for now, it is 14.23.5.2855). For stability, the forge version of template is the latest recommended (14.23.5.2854). If you want to use higher version, you can modify forge_version just like before.

Now the template of supporting ForgeGradle 2.3 has been moved to 14.23.5.2847 branch.