Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/neoforge/1.20.4' into neoforge/1…
Browse files Browse the repository at this point in the history
….20.4
  • Loading branch information
TexBlock committed Apr 4, 2024
2 parents fb2b612 + 8313b1a commit 0f895c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### <p align=right>[`` Modrinth](https://modrinth.com/mod/bounced)</p>

# <p align="center">Bounced! for MinecraftForge `1.20.1` (WIP)</p>
# <p align="center">Bounced! for NeoForge `1.20.1`</p>

###### <p align="center">Bounces Your Minecraft Title as It Loads.</p>

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

group = libs.versions.maven.group.get()
version = "${libs.versions.minecraft.get()}-${libs.versions.mod.get()}"
base.archivesName = "${libs.versions.archives.name.get()}-forge"
base.archivesName = "${libs.versions.archives.name.get()}-neoforge"

repositories {
mavenCentral()
Expand Down Expand Up @@ -58,4 +58,4 @@ publishing {

repositories {
}
}
}

0 comments on commit 0f895c5

Please sign in to comment.