1.0.5 (1.20.1)
on Nov 24, 2023- Fixed compatibility issue with Create's List Filter
- Moved
MainConfig.kotlinScripting
toScriptingConfig
- Added Scripting Config GUI
- Added Biome Config GUI
- Increased null safety
- Updated embedded FrozenLib to 1.4.4
1.0.4 (1.20.2)
on Nov 6, 20231.0.4 (1.20.1)
on Nov 6, 2023- 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
, andstructure
to Main Config - Marked
item
,gravity
,music
,sculk_spreading
, andstructure
in 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
1.0.3 (1.20.2)
on Oct 21, 20231.0.3 (1.20.1)
on Oct 21, 2023- Fixed server crashes
- Removed references to splash text config in server environment
- Improved registry interactions in Kotlin Scripts
- Added
RegistryKey
andResourceKey
classes - Values in
Registries
are 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
1.0.2 (1.20.2)
on Oct 19, 20231.0.2 (1.20.1)
on Oct 19, 2023- Added user specified datapack repository folders (
datapackFolders
in Main Config) - Renamed
applyDatapacksFolder
in Main Config toapplyDatapackFolders
(option will be reset) - Overrided
toString()
methods for most data classes - Updated embedded FrozenLib to 1.3.14
1.0.1 (1.20.2)
on Oct 12, 20231.0.1 (1.20.1)
on Oct 12, 2023- Fixed horse death sounds playing upon walking on grass blocks
1.0.0 (1.20.2)
on Oct 12, 20231.0.0 (1.20.1)
on Oct 12, 2023- Initial release