-
Notifications
You must be signed in to change notification settings - Fork 4
/
update.json
61 lines (61 loc) · 2.14 KB
/
update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/panorama-creator",
"1.14.4": {
"1.0": "- Added ability to make a panorama\n- Added random selection of panorama on main screen",
"1.1": "- Added config to disable random panoramas.\n- Added config to change panorama save folder\n- Added panorama cache so they dont have to be loaded everytime the main menu is loaded"
},
"1.15.2": {
"1.2": "- Update to 1.15.2"
},
"1.16.1": {
"1.3": "- Update to 1.16.1"
},
"1.16.3": {
"1.4.1": "- Add chat message on panorama creation\n- Fix issue when player is moving"
},
"1.16.5": {
"1.4.2": "- Update to 1.16.5",
"1.4.3": "- Fixed wrong text on flickering screen warning.\n- Fix panorama location being in the players feet.\n- Add zh_cn language (Thanks to @Wulian233)."
},
"1.19": {
"1.4.4": "- Update to 1.19",
"1.5.0": "- Change panorama creation to prevent screen flickering.\n- Add config option to set render resolution.",
"1.5.1": "- Update to recommended build to fix breaking changes from forge."
},
"1.19.1": {
"1.5.1": "- Update to recommended build to fix breaking changes from forge."
},
"1.20.1": {
"1.5.1": "- Update to recommended build to fix breaking changes from forge.",
"1.5.2": "- Fix panorama creation not working with Ars Nouveau."
},
"1.20.4": {
"1.6.0": "- Update to 1.20.4\n- Port to NeoForge",
"1.6.1": "- Fix panorama creation not working with Ars Nouveau."
},
"1.21": {
"21.0.0": "- Update to 1.21"
},
"promos": {
"1.14.4-latest": "1.1",
"1.14.4-recommended": "1.1",
"1.15.2-latest": "1.2",
"1.15.2-recommended": "1.2",
"1.16.1-latest": "1.3",
"1.16.1-recommended": "1.3",
"1.16.3-latest": "1.4.1",
"1.16.3-recommended": "1.4.1",
"1.16.5-latest": "1.4.3",
"1.16.5-recommended": "1.4.3",
"1.19-latest": "1.5.1",
"1.19-recommended": "1.5.1",
"1.19.1-latest": "1.5.1",
"1.19.1-recommended": "1.5.1",
"1.20.1-latest": "1.5.2",
"1.20.1-recommended": "1.5.2",
"1.20.4-latest": "1.6.1",
"1.20.4-recommended": "1.6.1",
"1.21-latest": "21.0.0",
"1.21-recommended": "21.0.0"
}
}