| 92 | * Changed API ''executeconsolecommand'': Added optional parameters ''raw'' and ''simple'' - raw returns the command output as a simple string, simple returns it as a JSON string. Leaving both out returns the full JSON object with command, arguments and result like before |
| 93 | * Changed API ''executeconsolecommand'': Additional log output for command execution duration is now hidden when HideCommandExecutionLog is set to 1 or greater |
| 94 | * Fixed loading item icons when mods override vanilla icons |
| 95 | * JSON encoding: No longer escapes the forward slash "/" with "\/" |
| 96 | * Commands updated to v13: |
| 97 | * Fixed ''give'' A16.2 compatibility |