forked from maruohon/itemscroller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.json
125 lines (125 loc) · 13.5 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"homepage": "http://minecraft.curseforge.com/projects/item-scroller",
"promos": {
"1.12-latest": "0.11.0",
"1.12-recommended": "0.11.0",
"1.11.2-latest": "0.11.0",
"1.11.2-recommended": "0.11.0",
"1.11-latest": "0.11.0",
"1.11-recommended": "0.11.0",
"1.10.2-latest": "0.11.0",
"1.10.2-recommended": "0.11.0",
"1.10-latest": "0.10.3",
"1.10-recommended": "0.10.3",
"1.9.4-latest": "0.10.3",
"1.9.4-recommended": "0.10.3",
"1.9-latest": "0.10.3",
"1.9-recommended": "0.10.3",
"1.8.9-latest": "0.5.1",
"1.8.9-recommended": "0.5.1"
},
"1.12": {
"0.11.0": "Update to Minecraft 1.12"
},
"1.11.2": {
"0.11.0": "Added a crafting scrolling mode with recipe memory\nAdded right click crafting one stack\nConfig category re-organizing\nInternal refactoring",
"0.10.3": "Fix a NPE crash in some weird cases or GUIs",
"0.10.2": "Fix a possible crash in some GUIs with the toggle-disable keybind\nFix Ctrl + Shift + drop key not using a copy of the reference stack",
"0.10.1": "Fix not using the empty ItemStack for the pickup detection initialization - fixes a NPE",
"0.10.0": "Add GUI and Slot blacklists.\nAdd Ctrl+Alt+Shift + I to print debug info.\nBlacklisted AE2 terminal slots and TiCo Crafting Station side inventory slots by default.",
"0.9.1": "Fix a conflict with JEI recipe hiding, again (it broke again in 0.9.0 I believe)\nUse the new-ish Forge-added getters in GuiContainer instead of reflection",
"0.9.0": "A bunch of bug fixes and slight improvements\nAdded Ctrl + Shift + Drop dropping all matching stacks\nAdded a key bind to toggle Item Scroller on/off",
"0.8.1": "Update to Minecraft 1.11.2"
},
"1.11": {
"0.11.0": "Added a crafting scrolling mode with recipe memory\nAdded right click crafting one stack\nConfig category re-organizing\nInternal refactoring",
"0.10.3": "Fix a NPE crash in some weird cases or GUIs",
"0.10.2": "Fix a possible crash in some GUIs with the toggle-disable keybind\nFix Ctrl + Shift + drop key not using a copy of the reference stack",
"0.10.1": "Fix not using the empty ItemStack for the pickup detection initialization - fixes a NPE",
"0.10.0": "Add GUI and Slot blacklists.\nAdd Ctrl+Alt+Shift + I to print debug info.\nBlacklisted AE2 terminal slots and TiCo Crafting Station side inventory slots by default.",
"0.9.1": "Fix a conflict with JEI recipe hiding, again (it broke again in 0.9.0 I believe)\nUse the new-ish Forge-added getters in GuiContainer instead of reflection",
"0.9.0": "A bunch of bug fixes and slight improvements\nAdded Ctrl + Shift + Drop dropping all matching stacks\nAdded a key bind to toggle Item Scroller on/off",
"0.8.0": "Add better checks for drag handler, to only cancel the event when necessary (fixes a compat. issue)\nAdd a fallback handler for shift/ctrl + scrolling",
"0.7.2": "Update to Minecraft 1.11"
},
"1.10.2": {
"0.11.0": "Added a crafting scrolling mode with recipe memory\nAdded right click crafting one stack\nConfig category re-organizing\nInternal refactoring",
"0.10.3": "Fix a NPE crash in some weird cases or GUIs",
"0.10.2": "Fix a possible crash in some GUIs with the toggle-disable keybind\nFix Ctrl + Shift + drop key not using a copy of the reference stack",
"0.10.0": "Add GUI and Slot blacklists.\nAdd Ctrl+Alt+Shift + I to print debug info.\nBlacklisted AE2 terminal slots and TiCo Crafting Station side inventory slots by default.",
"0.9.1": "Fix a conflict with JEI recipe hiding, again (it broke again in 0.9.0 I believe)",
"0.9.0": "A bunch of bug fixes and slight improvements\nAdded Ctrl + Shift + Drop dropping all matching stacks\nAdded a key bind to toggle Item Scroller on/off",
"0.8.0": "Add better checks for drag handler, to only cancel the event when necessary (fixes a compat. issue)\nAdd a fallback handler for shift/ctrl + scrolling",
"0.7.1": "Ignore the creative inventory, fix a possible crash",
"0.7.0": "Change single item scrolling code, fixes some incompatibilities (like a crash with Chisel)\nAdd an option for slot position aware scroll direction (\"natural scroll direction\")",
"0.6.1": "Fix drag moving being broken in some inventories that use wrapped slots, for example Tinkers' Construct\nChange the code of the \"move everything except the last item\" drag mode to not need an empty slot in the source inventory",
"0.6.0": "Add shift + placing and shift + dropping to move/drop all matching items",
"0.5.2": "Don't cancel the input event when it doesn't need to be canceled, fixes a conflict with JEI item hiding",
"0.5.1": "Update to Minecraft 1.10.2"
},
"1.10": {
"0.10.3": "Fix a NPE crash in some weird cases or GUIs",
"0.10.2": "Fix a possible crash in some GUIs with the toggle-disable keybind\nFix Ctrl + Shift + drop key not using a copy of the reference stack",
"0.10.0": "Add GUI and Slot blacklists.\nAdd Ctrl+Alt+Shift + I to print debug info.\nBlacklisted AE2 terminal slots and TiCo Crafting Station side inventory slots by default.",
"0.9.1": "Fix a conflict with JEI recipe hiding, again (it broke again in 0.9.0 I believe)",
"0.9.0": "A bunch of bug fixes and slight improvements\nAdded Ctrl + Shift + Drop dropping all matching stacks\nAdded a key bind to toggle Item Scroller on/off",
"0.8.0": "Add better checks for drag handler, to only cancel the event when necessary (fixes a compat. issue)\nAdd a fallback handler for shift/ctrl + scrolling",
"0.7.1": "Ignore the creative inventory, fix a possible crash",
"0.7.0": "Change single item scrolling code, fixes some incompatibilities (like a crash with Chisel)\nAdd an option for slot position aware scroll direction (\"natural scroll direction\")",
"0.6.1": "Fix drag moving being broken in some inventories that use wrapped slots, for example Tinkers' Construct\nChange the code of the \"move everything except the last item\" drag mode to not need an empty slot in the source inventory",
"0.6.0": "Add shift + placing and shift + dropping to move/drop all matching items",
"0.5.2": "Don't cancel the input event when it doesn't need to be canceled, fixes a conflict with JEI item hiding",
"0.5.1": "Update to Minecraft 1.10"
},
"1.9.4": {
"0.10.3": "Fix a NPE crash in some weird cases or GUIs",
"0.10.2": "Fix a possible crash in some GUIs with the toggle-disable keybind\nFix Ctrl + Shift + drop key not using a copy of the reference stack",
"0.10.0": "Add GUI and Slot blacklists.\nAdd Ctrl+Alt+Shift + I to print debug info.\nBlacklisted AE2 terminal slots and TiCo Crafting Station side inventory slots by default.",
"0.9.1": "Fix a conflict with JEI recipe hiding, again (it broke again in 0.9.0 I believe)",
"0.9.0": "A bunch of bug fixes and slight improvements\nAdded Ctrl + Shift + Drop dropping all matching stacks\nAdded a key bind to toggle Item Scroller on/off",
"0.8.0": "Add better checks for drag handler, to only cancel the event when necessary (fixes a compat. issue)\nAdd a fallback handler for shift/ctrl + scrolling",
"0.7.1": "Ignore the creative inventory, fix a possible crash",
"0.7.0": "Change single item scrolling code, fixes some incompatibilities (like a crash with Chisel)\nAdd an option for slot position aware scroll direction (\"natural scroll direction\")",
"0.6.1": "Fix drag moving being broken in some inventories that use wrapped slots, for example Tinkers' Construct\nChange the code of the \"move everything except the last item\" drag mode to not need an empty slot in the source inventory",
"0.6.0": "Add shift + placing and shift + dropping to move/drop all matching items",
"0.5.2": "Don't cancel the input event when it doesn't need to be canceled, fixes a conflict with JEI item hiding",
"0.5.1": "Prevent the normal shift + click action (= moving the entire stack) when clicking in a \"partial drag mode\"",
"0.5.0": "Ported the 0.5.0 version from Minecraft 1.9 to 1.9.4"
},
"1.9": {
"0.10.3": "Fix a NPE crash in some weird cases or GUIs",
"0.10.2": "Fix a possible crash in some GUIs with the toggle-disable keybind\nFix Ctrl + Shift + drop key not using a copy of the reference stack",
"0.10.0": "Add GUI and Slot blacklists.\nAdd Ctrl+Alt+Shift + I to print debug info.\nBlacklisted AE2 terminal slots and TiCo Crafting Station side inventory slots by default.",
"0.9.1": "Fix a conflict with JEI recipe hiding, again (it broke again in 0.9.0 I believe)",
"0.9.0": "A bunch of bug fixes and slight improvements\nAdded Ctrl + Shift + Drop dropping all matching stacks\nAdded a key bind to toggle Item Scroller on/off",
"0.8.0": "Add better checks for drag handler, to only cancel the event when necessary (fixes a compat. issue)\nAdd a fallback handler for shift/ctrl + scrolling",
"0.7.1": "Ignore the creative inventory, fix a possible crash",
"0.7.0": "Change single item scrolling code, fixes some incompatibilities (like a crash with Chisel)\nAdd an option for slot position aware scroll direction (\"natural scroll direction\")",
"0.6.1": "Fix drag moving being broken in some inventories that use wrapped slots, for example Tinkers' Construct\nChange the code of the \"move everything except the last item\" drag mode to not need an empty slot in the source inventory",
"0.6.0": "Add shift + placing and shift + dropping to move/drop all matching items",
"0.5.2": "Don't cancel the input event when it doesn't need to be canceled, fixes a conflict with JEI item hiding",
"0.5.1": "Prevent the normal shift + click action (= moving the entire stack) when clicking in a \"partial drag mode\"",
"0.5.0": "Fix a bug where shift + clicking would move two stacks because of the drag feature (only noticeable if the target slot can hold more than one regular stack's worth of items)\nAdd Ctrl + click dragging to move only one item from all the dragged-over slots\nAdd separate configs options for all the different dragging modes\nRenamed the old dragging config option - thus generating a new config is recommended",
"0.4.3": "Add right click dragging\nFix left mouse button's state getting stuck if the inventory is closed while holding the button",
"0.4.2": "Fix some derps when trying to scroll to/from output-only slots, like Furnace output or crafting output",
"0.4.1": "Fix a minor glitch when scrolling the last item to the hovered stack in some inventories\nAdd Forge update checker support",
"0.4.0": "Add config options to enable/disable the new modes\nAdd hold shift + drag to move items (like Mouse Tweaks) - the movement is interpolated: can handle fast cursor movement\nAdd special handling for Villagers: hover over the output slot, hold shift and scroll down to fill the recipe inputs (then scroll up to move the output items as usual). So basically hold shift and scroll down/up repeatedly to trade fast & easy.",
"0.3.0": "Add new modifier: Ctrl + scroll to move all matching items\nAdd new modifier: Ctrl + Shift + scroll to move everything",
"0.2.3": "Don't try to do things on fake slots. Fixes a cross-mod interaction issue/crash.",
"0.2.2": "Update for Forge 1805+",
"0.2.1": "Ported the 0.2.1 version from Minecraft 1.8.9 to 1.9"
},
"1.8.9": {
"0.5.1": "Prevent the normal shift + click action (= moving the entire stack) when clicking in a \"partial drag mode\"",
"0.5.0": "Fix a bug where shift + clicking would move two stacks because of the drag feature (only noticeable if the target slot can hold more than one regular stack's worth of items)\nAdd Ctrl + click dragging to move only one item from all the dragged-over slots\nAdd separate configs options for all the different dragging modes\nRenamed the old dragging config option - thus generating a new config is recommended",
"0.4.3": "Add right click dragging\nFix left mouse button's state getting stuck if the inventory is closed while holding the button",
"0.4.2": "Fix some derps when trying to scroll to/from output-only slots, like Furnace output or crafting output",
"0.4.1": "Fix a minor glitch when scrolling the last item to the hovered stack in some inventories\nAdd Forge update checker support",
"0.4.0": "Add config options to enable/disable the new modes\nAdd hold shift + drag to move items (like Mouse Tweaks) - the movement is interpolated: can handle fast cursor movement\nAdd special handling for Villagers: hover over the output slot, hold shift and scroll down to fill the recipe inputs (then scroll up to move the output items as usual). So basically hold shift and scroll down/up repeatedly to trade fast & easy.",
"0.3.0": "Add new modifier: Ctrl + scroll to move all matching items\nAdd new modifier: Ctrl + Shift + scroll to move everything",
"0.2.3": "Don't try to do things on fake slots. Fixes a cross-mod interaction issue/crash.",
"0.2.1": "Add (better) support for scrolling items to/from the player's hotbar\nAdd config options to individually disable the single item and full stacks modes",
"0.2.0": "Add configs for reversing the scrolling direction/behavior\nAdd in-game config GUI support\nAdd support for moving full stacks by holding shift\nAdd support for inventory slots that are or extend SlotItemHandler",
"0.1.0": "Initial release"
}
}