Advertisement
iLexiconn

LLibrary 1.10.2 Verison Checker

Jun 28th, 2016
1,694,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.96 KB | None | 0 0
  1. {
  2.   "version": "1.7.4",
  3.   "updateURL": "http://minecraft.curseforge.com/projects/llibrary",
  4.   "iconURL": "http://i.imgur.com/G7NjFTR.png",
  5.   "versions": {
  6.     "1.4.0": [
  7.       "+ Added survival tabs",
  8.       "+ Added element GUI API",
  9.       "+ Added config GUI using the new element API",
  10.       "* Animation performance improvements",
  11.       "* Fixed Tabula exporter cube names",
  12.       "* Qubble model format improvements",
  13.       "* Performance improvements"
  14.     ],
  15.     "1.4.1": [
  16.       "+ Added more snackbar settings",
  17.       "* Fixed issues with CoFHCore",
  18.       "* Fixed issues with Vampirism"
  19.     ],
  20.     "1.4.2": [
  21.       "* Fixed lang encoding",
  22.       "* Fixed config saving"
  23.     ],
  24.     "1.5.0": [
  25.       "+ Added ASM utilities",
  26.       "* Fix entity properties not syncing",
  27.       "* Fix decimal format crash on some locales",
  28.       "* Fix structures not syncing",
  29.       "* Fix Model3DTexture crash",
  30.       "* Performance improvements"
  31.     ],
  32.     "1.5.1": [
  33.       "* Fix entity tracker crash",
  34.       "* Fix invalid IOUtils import",
  35.       "* Fix dark options color scheme"
  36.     ],
  37.     "1.7.0": [
  38.       "+ Added custom config properties",
  39.       "+ Added StateButtonElement",
  40.       "+ Added JSON techne model loader",
  41.       "+ Rewrite element system (huge thanks to JamiesWhiteShirt)",
  42.       "+ Added custom color scheme support",
  43.       "+ Added config property description support",
  44.       "* Fix element config gui",
  45.       "* Fixed casting errors",
  46.       "* Fixed config gui crash",
  47.       "* Fixed elements returning void"
  48.     ],
  49.     "1.7.2": [
  50.       "* Bugfixes"
  51.     ],
  52.     "1.7.4": [
  53.       "* Allow custom particles for Tabula baked models",
  54.       "* Support transformations for Tabula baked models",
  55.       "* If cuboid has transparent texture, each face will be rendered both inwards and outwards",
  56.       "* Fix occasional jitter when rendering the LLibrary patron cube",
  57.       "* Fix the LLibrary logger not printing formatted strings"
  58.     ]
  59.   }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement