Skip to content

Commit

Permalink
Update change log and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jul 30, 2021
1 parent 9ef0a97 commit 85cf26a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Version 2.3.1

This patch update fixes a couple of bugs.

**Compatible** with McLib `2.3.1`, Metamorph `1.2.7` and Aperture `1.6`. It doesn't mean that future versions of Metamorph and Aperture would be incompatible, but older versions are most likely incompatible.

* Added a feature when duplicating a scene, all player recordings will be renamed using rename prefix algorithm to avoid overwriting player recordings from previous scene
* Added a feature to pack manually models into Blockbuster's jar (see `assets/blockbuster/models/user/` folder)
* Added anchor point option to `structure` morph
* Added support for loading n-gons in OBJs models
* Added shadow option to `image` morph
* Removed eye height animation to being laggy

## Version 2.3

This update doesn't have any aim, but rather has a lot of random features, nothing groundbreaking though.
Expand Down Expand Up @@ -74,6 +87,7 @@ This update doesn't have any aim, but rather has a lot of random features, nothi
* `blockbuster/textures/entity/eye_masks/` are eyes masks that allow erasing 2 and 1 pixel high eye holes with multi-skin
* `blockbuster/textures/entity/skin_masks/` are skin masks (by Silverx) that allow erasing body parts on Minecraft player skins
* `blockbuster/textures/entity/mchorse/` are McHorse's eyes, head and skin textures
* `blockbuster/textures/entity/pixel.png` is a white pixel that can be used with image morph for glow effects (use the color filter to change the color of the pixel)
* Changed shape keys' relative option to be enabled by default
* Fixed shape keys incorrectly calculating after morph merging
* Fixed OBJ files not being copied when duplicating a model (reported by SergiDPlay)
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.3.1": "This patch update fixes a couple of bugs.",
"2.3": "This update doesn't have any aim, but rather has a lot of random features, nothing groundbreaking though.",
"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.",
Expand Down Expand Up @@ -52,8 +53,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.3",
"1.12.2-recommended": "2.3",
"1.12.2-latest": "2.3.1",
"1.12.2-recommended": "2.3.1",
"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 85cf26a

Please sign in to comment.