-
Notifications
You must be signed in to change notification settings - Fork 4
/
update.json
75 lines (75 loc) · 3.32 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"homepage": "https://minecraft.curseforge.com/projects/vanilla-inspired-teleporters/files",
"promos": {
"1.12.2-latest": "1.7.1",
"1.12.2-recommended": "1.7.1",
"1.12-latest": "1.6.3-beta1",
"1.12-recommended": "1.6.2",
"1.11.2-latest": "1.6.2",
"1.11.2-recommended": "1.6.2",
"1.11-latest": "1.6.2",
"1.11-recommended": "1.6.2",
"1.10.2-latest": "1.6.2",
"1.10.2-recommended": "1.6.2",
"1.9.4-latest": "1.6.2",
"1.9.4-recommended": "1.6.2",
"1.8.9-latest": "1.6.2",
"1.8.9-recommended": "1.6.2",
"1.7.10-latest": "1.6.2",
"1.7.10-recommended": "1.6.2"
},
"1.12.2": {
"1.7.1": "Fix teleporter item sometimes not displaying correctly\nMake teleporters have a facing direction which affects player yaw when teleporting\nImprove teleporter menu appearance",
"1.7.0": "Make all teleporters half-slabs\nMake entity teleportation work cross-dimensionally\nForce load chunks before teleporting to them\nFix teleporter UI offset\nMake teleporter custom names form a seperate network",
"1.6.3-beta5": "Fixed ender teleporters not working with unloaded dimensions",
"1.6.3-beta4": "Fixed error when joining server, fixed model registration for ender teleporters",
"1.6.3-beta3": "Fixed problem with sound registration",
"1.6.3-beta2": "Changed registrations to work with Forge 2363 and later",
},
"1.12": {
"1.6.3-beta1": "Changed recipe registration to work with Forge 2324 and later",
"1.6.2": "Initial 1.12 update"
},
"1.11.2": {
"1.6.2": "Improved key matching, fixed crash when using water bottles as keys",
"1.6.1": "Improved entity detection",
"1.6.1-beta3": "Sound effects are now configurable",
"1.6.1-beta2": "lots of small changes, fixed trans-dimensional travel",
"1.6.1-beta1": "Initial release by crazysnailboy"
},
"1.11": {
"1.6.2": "Improved key matching, fixed crash when using water bottles as keys",
"1.6.1": "Improved entity detection",
"1.6.1-beta3": "Sound effects are now configurable",
"1.6.1-beta2": "lots of small changes, fixed trans-dimensional travel",
"1.6.1-beta1": "Initial release by crazysnailboy"
},
"1.10.2": {
"1.6.2": "Improved key matching, fixed crash when using water bottles as keys",
"1.6.1": "Improved entity detection",
"1.6.1-beta3": "Sound effects are now configurable",
"1.6.1-beta2": "lots of small changes, fixed trans-dimensional travel",
"1.6.1-beta1": "Initial release by crazysnailboy"
},
"1.9.4": {
"1.6.2": "Improved key matching, fixed crash when using water bottles as keys",
"1.6.1": "Improved entity detection",
"1.6.1-beta3": "Sound effects are now configurable",
"1.6.1-beta2": "lots of small changes, fixed trans-dimensional travel",
"1.6.1-beta1": "Initial release by crazysnailboy"
},
"1.8.9": {
"1.6.2": "Improved key matching, fixed crash when using water bottles as keys",
"1.6.1": "Improved entity detection",
"1.6.1-beta3": "Sound effects are now configurable",
"1.6.1-beta2": "lots of small changes, fixed trans-dimensional travel",
"1.6.1-beta1": "Initial release by crazysnailboy"
},
"1.7.10": {
"1.6.2": "Improved key matching, fixed crash when using water bottles as keys",
"1.6.1": "Improved entity detection",
"1.6.1-beta3": "Sound effects are now configurable, some bug fixes",
"1.6.1-beta2": "lots of small changes, fixed trans-dimensional travel",
"1.6.1-beta1": "Initial release by crazysnailboy"
}
}