diff --git a/gradle.properties b/gradle.properties index c148f32..59c735b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,7 +36,6 @@ runtimeSourceSets=main projectHasApi=false primaryJarClassifier= isFMLLibrary=false -usesResourceDataExpansionFromProjectKeys=false javaVersion=21 useJavaToolChains=true diff --git a/src/main/resources/META-INF/accesstransformer.cfg b/src/main/resources/META-INF/accesstransformer.cfg new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/META-INF/neoforge.mods.toml b/src/main/resources/META-INF/neoforge.mods.toml index 185de6e..c85f98a 100644 --- a/src/main/resources/META-INF/neoforge.mods.toml +++ b/src/main/resources/META-INF/neoforge.mods.toml @@ -22,7 +22,7 @@ modId="multipiston" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it # will substitute the value of the Implementation-Version as read from the mod's JAR file metadata # see the associated build.gradle script for how to populate this completely automatically during a build -version="${file.jarVersion}" #mandatory +version="${version}" #mandatory # A display name for the mod displayName="Multi-Piston" #mandatory # A URL to query for updates for this mod. Se