File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ val supportedMinecraftVersions = listOf(
1111
1212val minecraftVersion = supportedMinecraftVersions.first()
1313val neoVersion = " 21.0.0-beta"
14+ val loaderVersion = " 4"
1415
1516val shadowInclude: Configuration by configurations.creating
1617configurations.api.get().extendsFrom(shadowInclude)
@@ -76,6 +77,7 @@ tasks.withType(ProcessResources::class).configureEach {
7677 " version" to project.version,
7778 " minecraft_version" to minecraftVersion,
7879 " neo_version" to neoVersion,
80+ " loader_version" to loaderVersion,
7981 )
8082 inputs.properties(replacements)
8183 filesMatching(listOf (
Original file line number Diff line number Diff line change 1+ modLoader =" javafml"
2+ loaderVersion =" [${loader_version},)"
13license =" MIT"
24
35[[mods ]]
You can’t perform that action at this time.
0 commit comments