Skip to content

Commit

Permalink
Workaround for refmap not being generated correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chloe Dawn committed Jan 11, 2019
1 parent aae35a7 commit 69f7040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ group = 'io.github.insomniakitten'
version = '0.1.0'
sourceCompatibility = 1.8

minecraft {
// todo Determine why this can't be inferred by Loom
refmapName = 'mixins.coupled.refmap.json'
}

dependencies {
minecraft 'com.mojang:minecraft:19w02a'
mappings 'net.fabricmc:yarn:19w02a.13'
Expand Down

0 comments on commit 69f7040

Please sign in to comment.