WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
68 stars 12 forks source link

Refactoring, Cleaning up and Improvements #19

Closed WolfyScript closed 3 years ago

WolfyScript commented 3 years ago

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.