diff --git a/CHANGELOG.md b/CHANGELOG.md index c17269f1..a6ef1fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,17 @@ ## Alpha warning! -* Fixed Dark Matter related crash. -* Updated Chinese translation. Courtesy of [Rad233](https://github.com/Rad233). \ No newline at end of file +* GUI Particles: New Bundle Input Particles! + +*** + +* Modules no longer pretend to be disabled at runtime. With the current state of affairs, this could cause some issues. +* Fixed module discovery on Quilt and Connector. (Connector is still broken due to other issues) +* Fixed empty categories in the item group. +* [Lockpick] Added Lockpick break sounds and particles. +* [Throwable Items] Added brick hit particles. +* [Throwable Items] Fixed item cooldown not being set on stacks of one. +* Moved debug options to their own mini config. + See [Debug.java](https://github.com/melontini/andromeda/blob/1.19-fabric/src/main/java/me/melontini/andromeda/base/Debug.java) + if you're interested. +* Fixed some other issues. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 598d54fd..59a16f7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ minecraft_version=1.19.2 yarn_mappings=1.19.2+build.28 loader_version=0.15.0 # Mod Properties -mod_version=1.1.1-1.19.2 +mod_version=1.2.0-1.19.2 maven_group=me.melontini archives_base_name=andromeda # Dependencies