forked from tom5454/Create-Stock-Bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion-check.json
More file actions
25 lines (25 loc) · 2.01 KB
/
version-check.json
File metadata and controls
25 lines (25 loc) · 2.01 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
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/create-stock-bridge",
"promos": {
"1.21.1-latest": "0.2.0",
"1.20.1-latest": "0.2.0"
},
"1.21.1": {
"0.2.0": "Added Chinese and Portuguese translations (#25, #17)\nFixed package requests not sending all items (Closes #18)\nFixed Create Promises not completing, if items are inserted into AE (#27)\nFixed Create Re-Packager not working in some cases with packages from AE (Closes #22, #27)\nImproved request handling to send multiple items per package (Closes #14, #27)\nFixed redstone signals not setting the priority (Closes #24)",
"0.1.6": "Fixed JEI, EMI recipe fillers not working with items in the Create System",
"0.1.5": "Fixed AE Bridge not working in some cases\nImprove AE Bridge ponder",
"0.1.4": "Fixed crash with Create Factory Logistics\nFixed AE Stock Bridge not working in some block positions",
"0.1.3": "Fixed bridge recipe not working",
"0.1.2": "Fixed cables not always connecting\nFixed bridge item not showing in any creative tabs\nFixed priority not applying to 'crafting' requests\nFixed crash with Molecular Assembler",
"0.1.1": "1.21 port"
},
"1.20.1": {
"0.2.0": "Added Chinese and Portuguese translations (#25, #17)\nFixed package requests not sending all items (Closes #18)\nFixed Create Promises not completing, if items are inserted into AE (#27)\nFixed Create Re-Packager not working in some cases with packages from AE (Closes #22, #27)\nImproved request handling to send multiple items per package (Closes #14, #27)\nFixed redstone signals not setting the priority (Closes #24)",
"0.1.5": "Fixed JEI, EMI recipe fillers not working with items in the Create System",
"0.1.4": "Improve AE Bridge ponder",
"0.1.3": "Fixed crash with Create Factory Logistics\nFixed AE Stock Bridge not working in some block positions",
"0.1.2": "Fixed bridge item not showing in any creative tabs\nFixed priority not applying to 'crafting' requests",
"0.1.1": "Fixed bridge losing in transit items on unloading",
"0.1.0": "First Release"
}
}