Skip to content

Releases: Alumopper/Katton

Alpha 0.2.0 build 3

29 Apr 01:23

Choose a tag to compare

Alpha 0.2.0 build 3 Pre-release
Pre-release

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

14 Apr 14:04

Choose a tag to compare

Alpha-0.1.3 build1 Pre-release
Pre-release

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

25 Mar 21:09

Choose a tag to compare

Alpha-0.1.1 Pre-release
Pre-release

developed under minecraft 26.1 release

Alpha-0.1

15 Mar 15:58

Choose a tag to compare

Alpha-0.1 Pre-release
Pre-release

developed under minecraft 26.1 snapshot6