Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev/1.20.4/neo' into dev/1.20.4/neo
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Sep 16, 2024
2 parents f827bfd + 4a06242 commit 30a9419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test {
processResources {
inputs.property "version", project.version

filesMatching("META-INF/neoforge.mods.toml") {
filesMatching("META-INF/mods.toml") {
expand "version": project.version
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ modId = "minecraft"
type = "required"
versionRange = "[1.20.2,1.20.5)"
ordering = "NONE"
side = "SERVER"
side = "SERVER"

0 comments on commit 30a9419

Please sign in to comment.