Skip to content

Commit

Permalink
fix: mixins not applying on forge
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidotmom committed Aug 3, 2022
1 parent 07cc27b commit d1e83e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
}

loom {
forge {
mixinConfigs = ["takeitslow-common.mixins.json"]
}
}

architectury {
platformSetupLoomIde()
forge()
Expand Down

0 comments on commit d1e83e8

Please sign in to comment.