We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c92ec4 commit e44ef6eCopy full SHA for e44ef6e
2 files changed
build.gradle.kts
@@ -36,12 +36,5 @@ toolkitLoomHelper {
36
disableRunConfigs(GameSide.SERVER)
37
38
// Defines the name of the Mixin refmap, which is used to map the Mixin classes to the obfuscated Minecraft classes.
39
- if (!mcData.isNeoForge) {
40
- useMixinRefMap(modData.id)
41
- }
42
-
43
- if (mcData.isForge) {
44
- // Configures the Mixin tweaker if we are building for Forge.
45
- useForgeMixin(modData.id)
46
+ useMixinRefMap(modData.id)
47
}
gradle.properties
@@ -4,6 +4,7 @@ org.gradle.parallel=true
4
org.gradle.configureoncommand=true
5
org.gradle.parallel.threads=4
6
org.gradle.jvmargs=-Xmx2G
7
+loom.ignoreDependencyLoomVersionValidation=true
8
9
# gradle.properties file -- CHANGE THE VALUES STARTING WITH `mod.*` AND REMOVE THIS COMMENT.
10
0 commit comments