diff --git a/changelog.md b/changelog.md index 0d90224c..d56a90bf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,2 @@ -- Skeletons will no longer shoot at Buffalos (I believe that this has no gameplay value and only causes frustration, especially when you're not aware of it) -- 日本語化を更新した (further improvements to Japanese translation are welcome) -- Moved the Totempedia Patchouli files to the assets folder (no changes to the actual content) +- Fixed a bug where the Ceremony HUD got stuck on the screen when switching dimensions/worlds +- The Totempedia text contents has been moved to the language files (internal change, aimed at making it easier to translate the Totempedia) diff --git a/gradle.properties b/gradle.properties index 1698f54d..bffe32fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,5 +8,5 @@ mappings_version=2022.11.27-1.19.2 forge_version=1.19.2-43.2.0 # Remember to change the dependency versions in src/main/resources/META-INF/mods.toml when changing this -mod_version=1.19.2-0.12.7 +mod_version=1.19.2-0.12.8 mod_release_type=beta