90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today! - Fabric
- Quilt
- No elements found. Consider changing the search query.
- List is empty.
- 1.21.1
- 1.21
- 1.20.6
- 1.20.4
- 1.20.2
- 1.20.1
- No elements found. Consider changing the search query.
- List is empty.
- 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
- 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
- Upgraded to Kotlin 2.0.0
- Updated
runEachClientTick
and runEachServerTick
in scripts
runEachClientTick
now offers a Minecraft
object
runEachServerTick
now offers a MinecraftServer
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
- 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
- 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
- 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
- Updated Kotlin to 1.9.22
- Updated required FLK to 1.10.18
- Updated Fabric Kotlin Extensions to 1.0.7
- Added Gravity Config
- 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!
- Added config options to configure script remapping
- Accessible via
scripting
config
- 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