Skip to content

Commit edae8a1

Browse files
committed
chore(release): 1.8.1
1 parent e4fd8bd commit edae8a1

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
🗃️**Detailed Changelog: [1.7.0 --> 1.8.0](https://github.com/UltimatChamp/BetterGrassify/compare/1.7.0%2bfabric.1.21.6...1.8.0%2bfabric.1.21.8)**
1+
🗃️**Detailed Changelog: [1.8.0 --> 1.8.1](https://github.com/UltimatChamp/BetterGrassify/compare/1.8.0%2bfabric.1.21.8...1.8.1%2bfabric.1.21.10)**
22

33
---
44

55
### 🛠️Changes
66

7-
- Marked as compatible with `1.21.6-1.21.8`.
8-
- As already mentioned before, the support for `1.21-1.21.5` has been dropped.
9-
- Improved config file structure and migrated over to 'Cloth Config'.
10-
- The `Whitelist` options are no longer hidden as config-only options, and added a small note explaining the user about the difference between both options.
11-
- Your existing options will be reset.
12-
- Improvements to the `Excluded` and `Whitelisted Blocks` options. You can now specify many more properties/predicates like `chain[axis = y]`, instead of just the boolean ones.
13-
- Added a separate category for BetterGrassify in Sodium's Options Screen for clarity.
14-
- Removed 'Jankson' as a bundled dependency, decreasing the mod size by ~50%, which also means no comments in config files.
15-
- Improved project structure, updated dependencies and fixed many minor bugs.
7+
- Added back `1.21.1` support.
8+
- Marked as compatible with `1.21.9-1.21.10`.
9+
- Some minor changes/fixes.
1610

1711
---
1812

19-
- Migrated to [**Crowdin**](https://crowdin.com/project/bettergrassify). You can now contribute your translations with more convenience there.
20-
- Also, some translations have been changed and many added.
13+
- Added **Ukrainian** translations. (Thanks to @Mykytius)
14+
- Updated **Chinese Traditional** translations. (Thanks to @notlin4)
15+
- Updated **Portuguese, Brazilian** translations. (Thanks to @seriousfreezing)

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ publishMods {
102102
accessToken.set(providers.environmentVariable("MODRINTH_TOKEN"))
103103

104104
when (stonecutter.current.project) {
105-
"1.21.8" -> {
106-
minecraftVersions.addAll("1.21.6", "1.21.7", "1.21.8")
105+
"1.21.10" -> {
106+
minecraftVersions.addAll("1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10")
107107
}
108108
"1.21.1" -> {
109109
minecraftVersions.addAll("1.21", "1.21.1")
@@ -122,8 +122,8 @@ publishMods {
122122
accessToken.set(providers.environmentVariable("CURSEFORGE_API_KEY"))
123123

124124
when (stonecutter.current.project) {
125-
"1.21.8" -> {
126-
minecraftVersions.addAll("1.21.6", "1.21.7", "1.21.8")
125+
"1.21.10" -> {
126+
minecraftVersions.addAll("1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10")
127127
}
128128
"1.21.1" -> {
129129
minecraftVersions.addAll("1.21", "1.21.1")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mod_name=BetterGrassify
88
mod_license=Apache-2.0
99
mod_authors=UltimatChamp, JayemCeekay
1010
mod_description=Gamers can finally touch grass!?\nOptiFine's Fancy and Fast better grass for Fabric!
11-
mod_version=1.8.0
11+
mod_version=1.8.1
1212
maven_group=dev.ultimatchamp
1313

1414
# Providers

0 commit comments

Comments
 (0)