Skip to content

Commit

Permalink
chore: uncommitted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jun 27, 2024
1 parent 4d0c1a8 commit 716f257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Remove the Pillager, since I could never get it to function as I wanted so it was just a
half-baked feature.
- Some cleanup pre-1.20.6.
-1.20.6 port
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (System.getenv("CURSEFORGE_API_KEY") != null && System.getenv("MODRINTH_API_K
changelog = rootProject.file("CHANGELOG.md").text
releaseType = project.version.contains("beta") ? "beta" : "release"
gameVersions = [project.minecraft_version]
gameLoaders = ["fabric"]
gameLoaders = ["fabric", "quilt"]

mainPublication tasks.remapJar

Expand Down

0 comments on commit 716f257

Please sign in to comment.