Releases: Alumopper/Katton
Releases · Alumopper/Katton
Alpha 0.2.0 build 3
New Features:
- Added more registry types!
- New in-game pack management UI opened by pressing K
- Now Katton caches compilation result for faster execution.
Breaking Changes:
- Removed katton scripts from resourcepacks and datapacks. All katton scripts are stored in "katton script packs" under the kattonpacks folders. These folders exist both in each world folder and in the game root folder, so there world-specific scripts remain available for each world, while global scripts are loaded when the game starts.
- When a client connects to a server, the client will try to download all katton script packs from the server and execute them. This should be a better solution for synchronizing registries on both sides.
Neoforge version has not been tested so we are release only the fabric version for beta.
Alpha-0.1.3 build1
What's new
Introducing annotation @ServerScriptEntrypoint and @ClientScriptEntrypoint. Now Katton will attempt to locate and execute top-level methods annotated with those annotations so that no more val xxx = xxx() are needed.
Fix
Fix some bugs in client api.
Alpha-0.1.1
developed under minecraft 26.1 release