We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2469cd5 commit 1197967Copy full SHA for 1197967
CHANGELOG.md
@@ -1,5 +1,14 @@
1
### What's New:
2
3
-[`misc/recipe_advancements_generation`]:
+[`mechanics/dragon_fight`]:
4
5
-* Moved generation to `SERVER_STARTING`.
+* Fixed null pointer crash caused by broken initialization.
6
+
7
+[`mechanics/trading_goat_horn`]:
8
9
+* Fixed manager's initializer never being called.
10
11
+[`general`]:
12
13
+* Removed legacy config migration.
14
+* Cleaned up downloaders.
gradle.properties
@@ -8,7 +8,7 @@ minecraft_version=1.20.1
yarn_mappings=1.20.1+build.2
loader_version=0.15.6
# Mod Properties
-mod_version=1.6.1-1.20.1
+mod_version=1.6.2-1.20.1
maven_group=me.melontini
archives_base_name=andromeda
# Dependencies
0 commit comments