-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.json
24 lines (24 loc) · 1.1 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
{
"homepage": "https://github.com/kyazuki/DietMod/releases",
"1.16.1": {
"0.1.9": "Optimized packet system.",
"0.1.8": "Packet is sent only in view range.\\nPlayer's hitboxes are changed by ASM.\\nAdd UpdatePlayerSizeEvent.",
"0.1.7": "Add Capability/Packet System.\\nDivided Events.\\nConfig changed common from client.\\nSetDistanceCommand accept 10~100000.\\nRemove static fields.\\nChanged dependency upper 1.16 from 1.16.1.\\nChanged capability.\\nDivided ClientEventHandler.\\nAdd new configs.\\nMultiplay is available.",
"0.1.6": "1.16.1 update."
},
"1.15.2": {
"0.1.6": "The command(changing the distance to die) already works.",
"0.1.5": "Add some configs.",
"0.1.4": "Disable FOVChange by AttributeModifier.",
"0.1.3": "Add a command for changing the distance to die.(not working yet)",
"0.1.2": "Disable FOVChange by AttributeModifier.(not working yet)",
"0.1.1": "Adjust player's hitbox.",
"0.1.0": "Published."
},
"promos": {
"1.16.1-latest": "0.1.9",
"1.16.1-recommended": "0.1.9",
"1.15.2-latest": "0.1.6",
"1.15.2-recommended": "0.1.6"
}
}