Skip to content

Commit

Permalink
Update version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Aug 9, 2018
1 parent e6ce096 commit f9418c8
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,26 +1,29 @@
{
"homepage":"https://minecraft.curseforge.com/projects/aperture",
"1.10.2":{
"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.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":{
"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.1",
"1.10.2-recommended":"1.1",
"1.11.2-latest":"1.1",
"1.11.2-recommended":"1.1",
"1.12-latest":"1.1",
"1.12-recommended":"1.1"
"1.10.2-latest":"1.1.1",
"1.10.2-recommended":"1.1.1",
"1.11.2-latest":"1.1.1",
"1.11.2-recommended":"1.1.1",
"1.12-latest":"1.1.1",
"1.12-recommended":"1.1.1"
}
}

0 comments on commit f9418c8

Please sign in to comment.