Skip to content

Commit

Permalink
Fix access transformer not being applied, needs to be in Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfa-ag committed Jun 9, 2018
1 parent 3bdbd72 commit 4d2f0b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ minecraft {
replace '@FINGERPRINT@', project.findProperty('signSHA1')
}

jar.manifest {
attributes 'FMLAT': 'totemic_at.cfg'
}

sourceCompatibility = targetCompatibility = '1.8'

repositories {
Expand Down

0 comments on commit 4d2f0b5

Please sign in to comment.