-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathupdate.json
18 lines (18 loc) · 879 Bytes
/
update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"homepage": "https://github.com/racerxdl/minecrowdcontrol",
"1.15.2": {
"1.0.0": "First Release! CrowdControl working",
"1.0.1": "Add more spawn mobs and create items",
"1.0.2": "Fixed Int Enum types being serialized as string causing refunds for coins",
"1.0.3": "Add drop all items when killing the player\nDisable 'send player to spawn point' when riding\nChange spawns: \n\tAdd following spawn mobs: Sheep, Villager, Fish, Wither, Slime, Silver Fish, Ravager, Phantom, Vex\n\tAdd following spawn items: Wood, Crafiting Table\nAdd difficult change effects"
},
"1.16.1": {
"1.0.4": "Made it work 1.16\nFixed bug on Spawn Point inside Nether\nAdd Nausea Effect to Drunk Mode"
},
"promos": {
"1.15.2-latest": "1.0.3",
"1.15.2-recommended": "1.0.3",
"1.16.1-latest": "1.0.4",
"1.16.1-recommended": "1.0.4"
}
}