Skip to content

Commit e44ef6e

Browse files
committed
Bring up-to-date
1 parent 0c92ec4 commit e44ef6e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

build.gradle.kts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,5 @@ toolkitLoomHelper {
3636
disableRunConfigs(GameSide.SERVER)
3737

3838
// 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-
}
39+
useMixinRefMap(modData.id)
4740
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ org.gradle.parallel=true
44
org.gradle.configureoncommand=true
55
org.gradle.parallel.threads=4
66
org.gradle.jvmargs=-Xmx2G
7+
loom.ignoreDependencyLoomVersionValidation=true
78

89
# gradle.properties file -- CHANGE THE VALUES STARTING WITH `mod.*` AND REMOVE THIS COMMENT.
910

0 commit comments

Comments
 (0)