SinTh0r4s / ExampleMod1.7.10

An example mod for Minecraft 1.7.10 with Forge focussed on a stable setup.
MIT License
28 stars 103 forks source link

Mixins Updates #60

Closed mitchej123 closed 2 years ago

mitchej123 commented 2 years ago

Switch to SpongeMixins 1.5.0 (Non dev version until shading is figured out for dev jar), and GTNH fork of SpongePowered Mixin (Allows running dependencies that use mixins, in dev)

SinTh0r4s commented 2 years ago

The unified build script already provides shading in dev jars. It is a bit hacky, but works stable. You need to resolve a circular dependency of methods, though: https://github.com/SinTh0r4s/ExampleMod1.7.10/blob/f2d07b51b5fd237b49afb1fc8ccce0cd6dea5e59/build.gradle#L440