Skip to content

Commit

Permalink
fix(1.20.6): Disable reobf on Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed May 23, 2024
1 parent 848f11a commit 4b0970c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ mixin {
minecraft {
mappings channel: 'official', version: minecraft_version

reobf = false

copyIdeResources = true

// Automatically enable forge AccessTransformers if the file exists
Expand Down

0 comments on commit 4b0970c

Please sign in to comment.