Added a lot of new Utilities and cleaned and refactored existing ones.
Made it a lot clearer how to use the API.
CustomItems are now registered in a new Registry, that is also planned to contain more Registries for other Objects in the future.
CustomItems that are placed in the world are now saved in a new .store data, that is simply a file that contains json, but is being compressed using gzip. It greatly reduces the size of the file, especially if it contains a lot of data.
The old .dat format will be converted to the new format.
Added a lot of new Utilities and cleaned and refactored existing ones. Made it a lot clearer how to use the API. CustomItems are now registered in a new Registry, that is also planned to contain more Registries for other Objects in the future. CustomItems that are placed in the world are now saved in a new .store data, that is simply a file that contains json, but is being compressed using gzip. It greatly reduces the size of the file, especially if it contains a lot of data. The old .dat format will be converted to the new format.