Skip to content

Commit

Permalink
Update version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed May 12, 2019
1 parent 2f64973 commit 015caeb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
{
"homepage":"https://minecraft.curseforge.com/projects/aperture",
"1.10.2":{
"1.3":"This is a massive update which adds a lot of advanced camera features which would make new camera moves possible. Beside that, many bugs were fixed, and several features of camera editor were greatly enhanced!",
"1.2":"This is a major update which features a new camera fixture called keyframe fixture and complete rewrite of GUI code (which allows Blockbuster to more control over integration).",
"1.1.1":"This is a minor update which fixes some stuff and adds some random stuff regarding the camera. The highlight of this update is the outside mode, which can be used to playback camera while also body acting (detaching yourself from the camera). In some situations it might be glitchy, causing a chunk freeze, but this can be easily fixed by changing render distance.",
"1.1":"This update fixes a lot of issues and adds few features to camera editor, and introduces camera modifiers. Camera modifiers are special camera behavior modifiers which can be added to camera fixtures. They can process fixture's output in a lot of different ways like shaking camera, looking or following an entity (while still be in the path), apply math formulas and much more!",
"1.0.1":"This is a small patch update that aims to improve capabilities of the camera editor by adding some new features and fixing some bugs.",
"1.0":"First release of Aperture mod. This release has everything Blockbuster cameras had but more. It includes its own camera editor, and stuff that other camera mods has. Its all features are frame based, meaning this camera mod would work perfectly with Minema mod and without it."
},
"1.11.2":{
"1.3":"This is a massive update which adds a lot of advanced camera features which would make new camera moves possible. Beside that, many bugs were fixed, and several features of camera editor were greatly enhanced!",
"1.2":"This is a major update which features a new camera fixture called keyframe fixture and complete rewrite of GUI code (which allows Blockbuster to more control over integration).",
"1.1.1":"This is a minor update which fixes some stuff and adds some random stuff regarding the camera. The highlight of this update is the outside mode, which can be used to playback camera while also body acting (detaching yourself from the camera). In some situations it might be glitchy, causing a chunk freeze, but this can be easily fixed by changing render distance.",
"1.1":"This update fixes a lot of issues and adds few features to camera editor, and introduces camera modifiers. Camera modifiers are special camera behavior modifiers which can be added to camera fixtures. They can process fixture's output in a lot of different ways like shaking camera, looking or following an entity (while still be in the path), apply math formulas and much more!",
"1.0.1":"This is a small patch update that aims to improve capabilities of the camera editor by adding some new features and fixing some bugs.",
"1.0":"First release of Aperture mod. This release has everything Blockbuster cameras had but more. It includes its own camera editor, and stuff that other camera mods has. Its all features are frame based, meaning this camera mod would work perfectly with Minema mod and without it."
},
"1.12.2":{
"1.3":"This is a massive update which adds a lot of advanced camera features which would make new camera moves possible. Beside that, many bugs were fixed, and several features of camera editor were greatly enhanced!",
"1.2":"This is a major update which features a new camera fixture called keyframe fixture and complete rewrite of GUI code (which allows Blockbuster to more control over integration).",
"1.1.1":"This is a minor update which fixes some stuff and adds some random stuff regarding the camera. The highlight of this update is the outside mode, which can be used to playback camera while also body acting (detaching yourself from the camera). In some situations it might be glitchy, causing a chunk freeze, but this can be easily fixed by changing render distance.",
"1.1":"This update fixes a lot of issues and adds few features to camera editor, and introduces camera modifiers. Camera modifiers are special camera behavior modifiers which can be added to camera fixtures. They can process fixture's output in a lot of different ways like shaking camera, looking or following an entity (while still be in the path), apply math formulas and much more!",
"1.0.1":"This is a small patch update that aims to improve capabilities of the camera editor by adding some new features and fixing some bugs.",
"1.0":"First release of Aperture mod. This release has everything Blockbuster cameras had but more. It includes its own camera editor, and stuff that other camera mods has. Its all features are frame based, meaning this camera mod would work perfectly with Minema mod and without it."
},
"promos":{
"1.10.2-latest":"1.2",
"1.10.2-recommended":"1.2",
"1.11.2-latest":"1.2",
"1.11.2-recommended":"1.2",
"1.12.2-latest":"1.2",
"1.12.2-recommended":"1.2"
"1.10.2-latest":"1.3",
"1.10.2-recommended":"1.3",
"1.11.2-latest":"1.3",
"1.11.2-recommended":"1.3",
"1.12.2-latest":"1.3",
"1.12.2-recommended":"1.3"
}
}

0 comments on commit 015caeb

Please sign in to comment.