Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public abstract class NeoFormRuntimeExtension {
public static final String NAME = "neoFormRuntime";

private static final String DEFAULT_NFRT_VERSION = "1.0.23";
private static final String DEFAULT_NFRT_VERSION = "1.0.24";

@Inject
public NeoFormRuntimeExtension(Project project) {
Expand Down
1 change: 1 addition & 0 deletions testproject/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ neoForge {
neoFormVersion = "1.21-20240613.152323"

accessTransformers {
validateAccessTransformers = true
from(project.file('accesstransformer.cfg'))
publish(project.file('accesstransformer.cfg'))
}
Expand Down
Loading