-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathupdate.json
19 lines (19 loc) · 832 Bytes
/
update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"generator-spigot-1.20.1": {
"latest": "1.0",
"changes": [
"Updated to Minecraft 1.20.1 (mappings included)",
"Ported the command mod element to the new system",
"Note: Only the normal call procedure and the old command call procedure are available.",
"Added support for 30 new global triggers",
"Added support for 65 new entity and player related procedure blocks",
"Added support for 15 new item related procedure blocks",
"Added support for 14 new world related procedure blocks",
"Added support for 11 new misc and direction procedure blocks",
"Added support for the Return procedure block",
"Greatly improved the generated code",
"[Bugfix] Fix some procedure blocks causing build errors",
"[Bugfix] Several minor fixes and changes"
]
}
}