Skip to content

Commit

Permalink
Prepare for release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Oct 20, 2023
1 parent 699affb commit 9eb3c79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
------------------------------------------------------
Version 1.0.0
------------------------------------------------------
- Updated to MC 1.20.2
- First version available on Modrinth

**Additions**
- _Conditional choices !_
- A dialogue choice can require an arbitrary condition in the form of a JSON predicate
- You can make it so that, when a choice is unavailable, it displays as either grayed out or hidden entirely
- Grayed out choices display a customizable explanation when hovered
- Conditions are refreshed every tick while a dialogue is active
- Blabber will warn you in the logs at initialization if a dialogue has a risk of leaving a player without choices
- You can now see a little arrow icon next to the currently selected choice
- This icon gets replaced with a lock when the choice is unavailable
- If despite all validation a player ends up on a dialogue screen with no choice available, they will now see an "escape hatch" choice suggesting they report the issue

**Changes**
- **BREAKING :** Dialogues are now loaded from `data/<namespace>/blabber/dialogues/` instead of `data/<namespace>/blabber_dialogues/`

------------------------------------------------------
Version 0.6.0
------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx2G
java_version=17

# Mod Properties
mod_version = 0.6.0
mod_version = 1.0.0
maven_group = org.ladysnake
archives_base_name = blabber

Expand All @@ -23,4 +23,4 @@ org.gradle.jvmargs=-Xmx2G
curseforge_versions = 1.20.2
cf_requirements = fabric-api
cf_embeddeds = cardinal-components-api
release_type = beta
release_type = release

0 comments on commit 9eb3c79

Please sign in to comment.