File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
events/src/main/resources Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 3030 " entity.MixinEntityLivingBase" ,
3131 " item.MixinItemStack" ,
3232 " world.MixinChunk"
33- ]
33+ ],
34+ "mixinextras" : {
35+ "minVersion" : " 0.5.0-rc.1"
36+ }
3437}
Original file line number Diff line number Diff line change @@ -206,7 +206,13 @@ dependencies {
206206 compileOnly(" net.hypixel:mod-api:1.0.1" )
207207 }
208208
209- shadowMe(annotationProcessor(" io.github.llamalad7:mixinextras-common:0.5.0-rc.1" )!! )
209+ val mixinExtrasVersion = " 0.5.0-rc.2"
210+ annotationProcessor(" io.github.llamalad7:mixinextras-common:${mixinExtrasVersion} " )
211+ if (platform.isFabric) {
212+ include(implementation(" io.github.llamalad7:mixinextras-fabric:${mixinExtrasVersion} " )!! )
213+ } else {
214+ shadowMe(" io.github.llamalad7:mixinextras-common:${mixinExtrasVersion} " )
215+ }
210216 annotationProcessor(" org.spongepowered:mixin:0.8.7:processor" )
211217 compileOnly(" org.spongepowered:mixin:0.8.5" )
212218}
Original file line number Diff line number Diff line change 114114 " renderer.MixinEntityRenderState" ,
115115 " renderer.MixinModelBiped" ,
116116 " util.MixinMouseHelper"
117- ]
117+ ],
118+ "mixinextras" : {
119+ "minVersion" : " 0.5.0-rc.1"
120+ }
118121}
You can’t perform that action at this time.
0 commit comments