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 {
16
16
17
17
toolkitLoomHelper {
18
18
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 "
21
21
22
22
usePolyMixin = true
23
23
polyMixinVersion = " 0.8.4+build.2"
@@ -36,9 +36,7 @@ toolkitLoomHelper {
36
36
disableRunConfigs(GameSide .SERVER )
37
37
38
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
- }
39
+ useMixinRefMap(modData.id)
42
40
43
41
if (mcData.isForge) {
44
42
// 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
4
4
org.gradle.configureoncommand =true
5
5
org.gradle.parallel.threads =4
6
6
org.gradle.jvmargs =-Xmx2G
7
+ loom.ignoreDependencyLoomVersionValidation =true
7
8
8
9
# gradle.properties file -- CHANGE THE VALUES STARTING WITH `mod.*` AND REMOVE THIS COMMENT.
9
10
You can’t perform that action at this time.
0 commit comments