Skip to content

Commit

Permalink
Update CHANGELOG.md and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Feb 12, 2021
1 parent ce128b9 commit ab3f51c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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://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.",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ab3f51c

Please sign in to comment.