Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Oct 31, 2023
1 parent 1456f87 commit 8f5f78e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
------------------------------------------------------
Version 1.2.0
------------------------------------------------------
**Additions**
- Dialogues now support advanced text components, like entity selectors and scores
- You can now specify an *interlocutor* when starting a dialogue
- The interlocutor entity can be referred to in commands and texts using a new entity selector, `@interlocutor`
- It can also be referred to using a new loot condition, `blabber:interlocutor_properties`

**Changes**
- Dialogues can now be reloaded using the `/reload` command

------------------------------------------------------
Version 1.1.0
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion 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 = 1.1.0
mod_version = 1.2.0
maven_group = org.ladysnake
archives_base_name = blabber

Expand Down

0 comments on commit 8f5f78e

Please sign in to comment.