- Fixed compatibility issue with Create's List Filter
- Moved
MainConfig.kotlinScriptingtoScriptingConfig - Added Scripting Config GUI
- Added Biome Config GUI
- Increased null safety
- Updated embedded FrozenLib to 1.4.4
- Updated to Kotlin 1.9.20
- Scripts will run using 1.9.20 as well
- Fixed some GUI language entries being empty
- Fixed other GUI language issues
- Updated minimum Fabric Language Kotlin version to 1.10.13
- Added
gravity,music,sculk_spreading, andstructureto Main Config - Marked
item,gravity,music,sculk_spreading, andstructurein Main Config as not functional- These options will not function or show in the Cloth Config GUI until 1.1
- Updated embedded FrozenLib to 1.4.1
- Includes internal changes
- Fixed server crashes
- Removed references to splash text config in server environment
- Improved registry interactions in Kotlin Scripts
- Added
RegistryKeyandResourceKeyclasses - Values in
Registriesare now instances ofRegistryKey
- Added
- Added client only scripts
- Found in
./config/configurable_everything/scripts/client/
- Found in
- Improved logging in scripts
- Added
log(),logWarning(), andlogError() println()now states which script the message is sent from, redirects tolog()
- Added
- Updated minimum Fabric Kotlin Extensions version to 1.0.2
- Reminder that Fabric Kotlin Extensions is only required if you want to use Kotlin scripts
- Updated embedded FrozenLib to 1.3.15
- Added user specified datapack repository folders (
datapackFoldersin Main Config) - Renamed
applyDatapacksFolderin Main Config toapplyDatapackFolders(option will be reset) - Overrided
toString()methods for most data classes - Updated embedded FrozenLib to 1.3.14
- Fixed horse death sounds playing upon walking on grass blocks
- Initial release



