Skip to content

Commit

Permalink
version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YanisBft committed Oct 11, 2023
1 parent 606c72c commit e25aec3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Updated to Minecraft 1.20.2
- Fixed Azalea and Dripleaf Mooblooms not respecting mob caps
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
```
Then, add the version in your ``gradle.properties``:
```properties
mooblooms_version = 1.6.1
mooblooms_version = 1.6.3
```

#### Available settings
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ publishMods {
curseforge {
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
projectId = "333946"
displayName = "Mooblooms - ${mod_version}"
displayName = "[${minecraft_version}] Mooblooms - ${mod_version}"
minecraftVersions.add("${minecraft_version}")
requires {
slug = "fabric-api"
Expand All @@ -122,7 +122,7 @@ publishMods {
modrinth {
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
projectId = "OatOIyrk"
displayName = "Mooblooms - ${mod_version}"
displayName = "[${minecraft_version}] Mooblooms - ${mod_version}"
minecraftVersions.add("${minecraft_version}")
requires {
slug = "fabric-api"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.22

# Mod Properties
mod_version = 1.6.1
mod_version = 1.6.3
maven_group = com.yanisbft
archives_base_name = mooblooms

Expand Down

0 comments on commit e25aec3

Please sign in to comment.