We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b2cc7 commit 7efc4f3Copy full SHA for 7efc4f3
src/main/java/net/neoforged/nfrtgradle/NeoFormRuntimeExtension.java
@@ -12,7 +12,7 @@
12
public abstract class NeoFormRuntimeExtension {
13
public static final String NAME = "neoFormRuntime";
14
15
- private static final String DEFAULT_NFRT_VERSION = "1.0.23";
+ private static final String DEFAULT_NFRT_VERSION = "1.0.24";
16
17
@Inject
18
public NeoFormRuntimeExtension(Project project) {
testproject/common/build.gradle
@@ -10,6 +10,7 @@ neoForge {
10
neoFormVersion = "1.21-20240613.152323"
11
accessTransformers {
+ validateAccessTransformers = true
from(project.file('accesstransformer.cfg'))
publish(project.file('accesstransformer.cfg'))
}
0 commit comments