Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/12/24 in all areas

  1. Try modify the build.gradle by: 1. Add 'MixinConfigs' : "${mod_id}.mixins.json" to the attributes array tasks.named('jar', Jar).configure { manifest { attributes([ .... ]) } } 2. Add a new block after the mixin block sourceSets { main { ext.refMap = "${modid}.refmap.json" } }
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.