diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-02-04 17:45:34 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-02-04 17:45:34 +0800 |
| commit | 9321d3fd2e73fbd854b28f97b59cee5a880b0442 (patch) | |
| tree | df830a1d2b72c904cdcf76c7c1f8c3ccb6f0e945 /version.json | |
| parent | 348438449b0de10b634c45f411a30546a43fd060 (diff) | |
| download | RoughlyEnoughItems-9321d3fd2e73fbd854b28f97b59cee5a880b0442.tar.gz RoughlyEnoughItems-9321d3fd2e73fbd854b28f97b59cee5a880b0442.tar.bz2 RoughlyEnoughItems-9321d3fd2e73fbd854b28f97b59cee5a880b0442.zip | |
Not sure if this fixes the bug
Diffstat (limited to 'version.json')
| -rw-r--r-- | version.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/version.json b/version.json index 73e83560b..be5423280 100644 --- a/version.json +++ b/version.json @@ -10,7 +10,7 @@ }, { "game": "19w05a", - "mod": "2.2.0.48" + "mod": "2.2.0.49" } ], "changelogs": { @@ -19,6 +19,11 @@ "version": "2.2.0.48", "text": "Added a version checker, an option to mirror the item panel and fixed interacting with REI when hidden.", "level": "light" + }, + { + "version": "2.2.0.49", + "text": "Fixed Crashing when rendering tooltips", + "level": "normal" } ] } |
