-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdate.json
More file actions
executable file
·46 lines (46 loc) · 1.98 KB
/
update.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.98 KB
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
{
"homepage": "https://github.com/Stormwind99/Pantography",
"promos": {
"1.14.4-latest": "3.3.0",
"1.14.4-recommended": "3.3.0",
"1.12.2-latest": "2.0.2",
"1.12.2-recommended": "2.0.2",
"1.7.10-latest": "1.0.1",
"1.7.10-recommended": "1.0.1"
},
"1.14.4": {
"3.3.0": "Library update",
"3.2.0": "Library update",
"3.1.0": "FML reobf issue causing java.lang.NoSuchFieldError: container exception when opening Pantograph",
"3.0.10": "Fix Curseforge dependencies to add WumpleUtil",
"3.0.9": "Fix Curseforge dependencies to add WumpleUtil",
"3.0.8": "Switched to VoxelShapes rendering to fix rendering pantograph next to another block",
"3.0.7": "Fix rendering pantograph next to another block",
"3.0.6": "Fix to Forge MDK build.gradle thanks to LexManos",
"3.0.5": "Attempted fix for container crash via Curseforge launcher",
"3.0.4": "Attempted fix for container crash via Curseforge launcher",
"3.0.3": "Attempted fix for container crash via Curseforge launcher",
"3.0.2": "Fix mods.toml",
"3.0.1": "Fix WumpleUtil Curseforge dependency",
"3.0.0": "Ported to 1.14.4"
},
"1.12.2": {
"2.0.2": "MegaMap integration",
"2.0.1": "Recipe uses more shared code",
"2.0.0": "Pantograph block and item",
"1.4.3": "Library update",
"1.4.2": "Fix jar signing",
"1.4.1": "Library update",
"1.4.0": "Moved map copy to WumpleUtil for re-use.",
"1.3.0": "Don't copy empty pixels (more efficient). Can't craft/copy map if the ingredient maps have no interection (can be disabled in config with matchOnlyIntersectingMaps=false). Added debug logging (can be enabled in config).",
"1.2.0": "Signing jar",
"1.1.1": "Small cleanup, updated to Forge 2705",
"1.1.0": "Updated to MC 1.12.2",
"1.0.1": "Eliminated all use of MCreator",
"1.0.0": "Initial version"
},
"1.7.10": {
"1.0.1": "Eliminated all use of MCreator",
"1.0.0": "Initial version"
}
}