From ab3f51ce7e26bd6a4da0200e00fb7f2493b89475 Mon Sep 17 00:00:00 2001 From: McHorse Date: Fri, 12 Feb 2021 17:55:44 +0000 Subject: [PATCH] Update CHANGELOG.md and version.json --- CHANGELOG.md | 16 ++++++++++++++++ version.json | 5 +++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb9cd3be..59f037618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## Version 2.2.2 + +This patch update was made to complement BB guns tutorial video. + +**Compatible** with McLib `2.2.2`, Metamorph `1.2.5` and Aperture `1.5.2`. It doesn't mean that future versions of Metamorph and Aperture would be incompatible, but older versions are most likely incompatible. + +* Added **Cycle between panels** keybind to configure BB gun GUI +* Added **Particle expression** in Initialization expression section of particle editor (implemented by Chryfi) +* Added new functions to MoLang according to 1.16 spec: `math.acos(value)`, `math.asin(value)`, `math.atan(value)`, `math.atan2(y, x)`, `math.random_integer(min, max, seed)`, `math.die_roll(num, low, high)`, `math.die_roll_integer(num, low, high)` and `math.hermite_blend(x)` +* Changed layout of BB gun panels +* Fixed entity motion and preserve energy toggles not updating when changing values (reported by Chryfi) +* Fixed character limit in some fields within particle editor (reported by Chryfi) +* Fixed sequencer morph editor removing first similar morph instead of currently selected (reported by Chunk7) +* Fixed BB gun's default morph not updating in hand and gun transformations preview +* Fixed BB gun's vanish option bugging, not respecting sticks option and prematurely vanishing on the client side + ## Version 2.2.1 This patch update adds a couple of neat features and fixes. diff --git a/version.json b/version.json index eb1371cef..474b928f5 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://curseforge.com/minecraft/mc-mods/blockbuster/", "1.12.2": { + "2.2.2": "This patch update was made to complement BB guns tutorial video.", "2.2.1": "This patch update adds a couple of neat features and fixes.", "2.2": "This huge update features lots of new cool features like first person player playback, easier animation of body parts and sequencers and lots of quality of life features and tweaks, and bug fixes.", "2.1.1": "This small patch update features texture coordinates preview in the model editor, a bug fix for extruded models and updated the tutorial link to the new version of tutorial series.", @@ -50,8 +51,8 @@ "1.4.10": "Patch 1.4.10 adds few nice misc. features (model block and OBJ loading without JSON model) which generally should improve UX a bit and simplify decorating set with Blockbuster models/Metamorph morphs, and lay down a foundation for future new features (which involves removing old useless code)." }, "promos": { - "1.12.2-latest": "2.2.1", - "1.12.2-recommended": "2.2.1", + "1.12.2-latest": "2.2.2", + "1.12.2-recommended": "2.2.2", "1.11.2-latest": "1.6.6", "1.11.2-recommended": "1.6.6", "1.10.2-latest": "1.6.6",