Skip to content

Commit

Permalink
Update changelog and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Feb 12, 2024
1 parent ea05b47 commit 14a0f73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
12 changes: 9 additions & 3 deletions changelog.md
@@ -1,3 +1,12 @@
------------------------------------------------------
Version 1.5.0
------------------------------------------------------

**Additions**
- Dialogues can now contain *illustrations*, extra visual content that can be positioned anywhere on the screen *(thanks Sekoia !)*
- Added 3 default illustration types : in-world entities, fake entities, and items
- Illustrations can also be added to individual choices, in which case they are positioned relative to the corresponding choice

------------------------------------------------------
Version 1.4.0
------------------------------------------------------
Expand All @@ -6,9 +15,6 @@ Updated to 1.20.4
**Mod Interactions**
- REI no longer appears on the RPG dialogue screen variant

**Additions**
- Dialogues can now render extra features, such as entities (either non-existent, or via a selector), or items.

------------------------------------------------------
Version 1.3.1
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx2G
java_version=17

# Mod Properties
mod_version = 1.4.0
mod_version = 1.5.0-SNAPSHOT
maven_group = org.ladysnake
archives_base_name = blabber

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Expand Up @@ -6,7 +6,8 @@
"name": "Blabber",
"description": "An extensible data-driven Dialogue API",
"authors": [
"Pyrofab"
"Pyrofab",
"Sekoia"
],
"contact": {
"homepage": "https://ladysnake.org/wiki/blabber",
Expand Down

0 comments on commit 14a0f73

Please sign in to comment.