Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Aug 12, 2024
1 parent 89a7ed6 commit 4c4a41f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ runtimeSourceSets=main
projectHasApi=false
primaryJarClassifier=
isFMLLibrary=false
usesResourceDataExpansionFromProjectKeys=false

javaVersion=21
useJavaToolChains=true
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c4a41f

Please sign in to comment.