File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ plugins {
1616
1717toolkitLoomHelper {
1818 useOneConfig {
19- version = " 1.0.0-alpha.70 "
20- loaderVersion = " 1.1.0-alpha.44 "
19+ version = " 1.0.0-alpha.106 "
20+ loaderVersion = " 1.1.0-alpha.46 "
2121
2222 usePolyMixin = true
2323 polyMixinVersion = " 0.8.4+build.2"
@@ -36,9 +36,7 @@ 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- }
39+ useMixinRefMap(modData.id)
4240
4341 if (mcData.isForge) {
4442 // Configures the Mixin tweaker if we are building for Forge.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ org.gradle.parallel=true
44org.gradle.configureoncommand =true
55org.gradle.parallel.threads =4
66org.gradle.jvmargs =-Xmx2G
7+ loom.ignoreDependencyLoomVersionValidation =true
78
89# gradle.properties file -- CHANGE THE VALUES STARTING WITH `mod.*` AND REMOVE THIS COMMENT.
910
You can’t perform that action at this time.
0 commit comments