Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixaurora committed Oct 23, 2024
1 parent 026cec9 commit 381633a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ minecraft_version = 1.20.4

# Mod Publish Properties
publish_version_min = 1.17
publish_version_max = 1.21.1
publish_version_max = 1.21.3
2 changes: 1 addition & 1 deletion projects/kitten-sounds/r1.20.3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mod properties

minecraft_version_min = 1.20.3
minecraft_version_max = 1.21.2
minecraft_version_max = 1.21.3

minecraft_version = 1.20.3
3 changes: 1 addition & 2 deletions projects/kitten-square/r1.21.2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ val modmenu_version = project.property("modmenu_version") as String

mod {
dependencies {
// required("quilted_fabric_resource_loader_v0")
required("fabric-resource-loader-v0")
optional("modmenu").versionAbove(modmenu_version)
}
Expand All @@ -29,7 +28,7 @@ dependencies {
implementation(project(":projects:kit-tunes-api"))
implementation(project(":projects:kitten-heart"))

// modImplementation(fabricApi.module("fabric-resource-loader-v0", project.property("fabric_api_version").toString()))
modImplementation(fabricApi.module("fabric-resource-loader-v0", project.property("fabric_api_version").toString()))

modImplementation("com.terraformersmc:modmenu:${modmenu_version}")
}
2 changes: 1 addition & 1 deletion projects/kitten-square/r1.21.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod properties

minecraft_version_min = 1.21.2-
minecraft_version_max = 1.21.2
minecraft_version_max = 1.21.3

minecraft_version = 1.21.2-rc1

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/changelog/0.5.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Mojang made an oopsie, so I made an update! This update literally just adds support for 1.21.3, but check the previous changelog since a lot changed there!

# Version Support
- Added support for Minecraft 1.21.3

0 comments on commit 381633a

Please sign in to comment.