Skip to content

Commit

Permalink
Update version.json and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Dec 10, 2022
1 parent 7f6eb8c commit cad9d3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 0.3.1

This patch hot fix fixes global triggers and scripts (TorayLife).

**Compatible** with McLib **2.4.1**, Blockbuster **2.6** and Metamorph **1.3.1**. It doesn't mean that future versions of McLib, Blockbuster and Metamorph would be incompatible, but older versions are most likely incompatible.

* Fixed scripts not working correctly in global triggers

## Version 0.3

This update is brought to you by TorayLife and McHorse.
Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mappet",
"1.12.2": {
"0.3.1": "This patch hot fix fixes global triggers and scripts (TorayLife).",
"0.3": "This update features rewrite of scripting system to support multiple scripting engines (like Kotlin scripts) and folder support in Mappet panels.",
"0.2.3": "This quick update is compatible with McLib 2.4.1 changes.",
"0.2.2": "This quick patch update patches and updates.",
Expand All @@ -15,7 +16,7 @@
"0.1-alpha": "This first release provides tons of features: states, conditions, expressions, emitter block, trigger block, region block, crafting tables, quests, NPCs, factions, events, scripts, dialogues, quest chains, many commands, custom sound events, target selectors, global triggers, and much more."
},
"promos": {
"1.12.2-latest": "0.3",
"1.12.2-recommended": "0.3"
"1.12.2-latest": "0.3.1",
"1.12.2-recommended": "0.3.1"
}
}

0 comments on commit cad9d3f

Please sign in to comment.