Skip to content

Commit d1e83e8

Browse files
committed
fix: mixins not applying on forge
1 parent 07cc27b commit d1e83e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

forge/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
id "com.github.johnrengelman.shadow" version "7.1.2"
33
}
44

5+
loom {
6+
forge {
7+
mixinConfigs = ["takeitslow-common.mixins.json"]
8+
}
9+
}
10+
511
architectury {
612
platformSetupLoomIde()
713
forge()

0 commit comments

Comments
 (0)