diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d81749..c7b4242b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/version.json b/version.json index 5e7ecc7a..64775ed6 100644 --- a/version.json +++ b/version.json @@ -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.", @@ -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" } } \ No newline at end of file