The following bugs have been fixed:
- solved the problem that if we click on an item storage and there are 64, the 64 item storages will not be made, only 1 will be made and it will be subtracted from the stack and the remaining one will be 63
- Fixed a problem where when putting an event in an action, the event was executed even if in the action you put execute_as: api, if it was not an api, it was executed even if it was blockstorage.
Added things:
The following variables to actions have been added if you use execute_as: api
- $api_id$
- $api_type$
link
The following commands have been added:
- sm api create <id> <storageConfig>
- sm api createIfNotExistAndOpen <id> <storageid> <page> <player / OPTIONAL>
- sm api delete <id>
- sm api exist <id>
- sm list
- sm open <id> <page> <player / OPTIONAL>
- sm saveAndUnload <id>
link