1.2.1 (1.21.1)
on Aug 14, 2024- Upgraded to Kotlin 2.0.10
- Fixed entity attribute amplifiers not applying correctly
- Updated minimum Fabric Language Kotlin version to 1.12.0
- Updated minimum FKE version to 1.1.1
- Upgraded embedded FrozenLib to 1.8.3
1.2 (1.21)
on Jul 15, 20241.2 (1.20.6)
on Jul 15, 20241.2 (1.20.4)
on Jul 15, 20241.2 (1.20.1)
on Jul 15, 2024- Added support for config syncing
- Servers will temporarily sync config values to clients
- Synced values will clear upon disconnect
- Synced values do not save to the config files
- Players cannot modify the configs through the mod menu screen
- Operators or LAN owners can modify the server config through the mod menu screen
- Added Tag Config
- Contains options to modify tags and to ignore invalid entries
- Has a GUI in the mod menu screen
- Fixed serverside crash when a screen shake is created
- Updated version scheme to "(mod version)-mc(minecraft version)"
- Updated embedded FrozenLib to 1.8
1.1.4 (1.21)
on Jun 14, 20241.1.4 (1.20.6)
on Jun 14, 20241.1.4 (1.20.4)
on Jun 14, 20241.1.4 (1.20.1)
on Jun 14, 2024- Upgraded to Kotlin 2.0.0
- Updated
runEachClientTick
andrunEachServerTick
in scriptsrunEachClientTick
now offers aMinecraft
objectrunEachServerTick
now offers aMinecraftServer
object
- Updated minimum Fabric Language Kotlin version to 1.11.0
- Updated minimum FKE version to 1.1
- Updated embedded FrozenLib to 1.7.3
1.1.3 (1.20.6)
on May 17, 20241.1.3 (1.20.4)
on May 17, 20241.1.3 (1.20.1)
on May 17, 2024- Upgraded to Kotlin 1.9.24
- Simplified the process of modifying configs via scripts
- Typed entries are automatically dealt with.
- Only the actual values are passed to the scripts.
- Check the wiki for more information.
- Fixed script remapping
- Disabled experimental features left enabled in version
1.1.2
- Upgraded embedded FrozenLib to 1.7.2
- Updated minimum FLK version to 1.10.20
- Updated minimum FKE version to 1.0.9
1.1.2 (1.20.6)
on May 4, 20241.1.2 (1.20.4)
on May 4, 20241.1.2 (1.20.1)
on May 4, 2024- Switched the config file format to DJS (
.djs
)- This format should be visually cleaner and faster to write to
- The current configs and their changes will be migrated to the DJS file
- Made many small optimizations to every config
- Updated mod version requirements
- Updated Fabric Kotlin Extensions to 1.0.8
- Upgraded embedded FrozenLib to 1.7.1
1.1.1 (1.20.4)
on Mar 16, 20241.1.1 (1.20.1)
on Mar 16, 2024- Updated Kotlin to 1.9.23
- Updated required FLK to 1.10.19
- Added an included Kotlin metadata remapper from Fabric Loom
- Fixed a server-sided crash
- Updated embedded FrozenLib to 1.6.2
1.1 (1.20.4)
on Feb 25, 20241.1 (1.20.1)
on Feb 25, 2024- Updated Kotlin to 1.9.22
- Updated required FLK to 1.10.18
- Updated Fabric Kotlin Extensions to 1.0.7
- Added Gravity Config
- Contains gravity belts
- Added Item Config
- Contains item reach overrides
- Added Loot Config
- Contains loot table modifications
- Added Sculk Spreading Config
- Contains customizable sculk growths (ex: Sculk Shrieker)
- Added Structure Config
- Contains structure and structure set removals
- Added Kotlin script remapping
- Enables accessing obfuscated Minecraft classes
- Also (optionally) includes mod classes!
- Enables accessing obfuscated Minecraft classes
- Added config options to configure script remapping
- Accessible via
scripting
config
- Accessible via
- Added config interactions for Kotlin Scripts
- Check the wiki for more information
- Added external dependency support for Kotlin Scripts
- Check the wiki for more information
- Added the ability to import from other scripts
- Check the wiki for more information
- Added the ability to specify compiler options for scripts
- Check the wiki for more information
- Updated embedded FrozenLib to 1.6.1