Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jun 1, 2019
1 parent 4df180a commit a2810f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

McLib's change log.

## Version 1.0.2

A small patch update that features a couple of fixes, and one small feature.

* Add `random([range/min], [max], [seed])` function to math expression builder
* Change clicking on `+` in multi-skin menu to select the added resource location
* Fix multiple `../` in the texture picker (reported by mr wolf)
* Fix crash with registering texture when a multi-skin child returns a `null`

## Version 1.0.1

Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph.
Expand Down
15 changes: 9 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"homepage": "https://minecraft.curseforge.com/projects/mchorses-mclib",
"1.10.2": {
"1.0.2": "A small patch update that features a couple of fixes, and one small feature.",
"1.0.1": "Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph.",
"1.0": "Initial release. This bad boy contains so much useful code."
},
"1.11.2": {
"1.0.2": "A small patch update that features a couple of fixes, and one small feature.",
"1.0.1": "Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph.",
"1.0": "Initial release. This bad boy contains so much useful code."
},
"1.12.2": {
"1.0.2": "A small patch update that features a couple of fixes, and one small feature.",
"1.0.1": "Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph.",
"1.0": "Initial release. This bad boy contains so much useful code."
},
"promos": {
"1.10.2-latest": "1.0.1",
"1.10.2-recommended": "1.0.1",
"1.11.2-latest": "1.0.1",
"1.11.2-recommended": "1.0.1",
"1.12.2-latest": "1.0.1",
"1.12.2-recommended": "1.0.1"
"1.10.2-latest": "1.0.2",
"1.10.2-recommended": "1.0.2",
"1.11.2-latest": "1.0.2",
"1.11.2-recommended": "1.0.2",
"1.12.2-latest": "1.0.2",
"1.12.2-recommended": "1.0.2"
}
}

0 comments on commit a2810f4

Please sign in to comment.