diff --git a/changelog.txt b/changelog.txt index e0a1782b..3c4a09cb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1 @@ -Expose server lifecycle events through the API -Fix dedicated server staying open after shutdown due to save timer (comp500) -Update bundled Annotated DI to version 4.0.4 -Add Spanish translation (OMG67) -[Forge] Fix networking. Resolves Overlord skeleton spawning issues. -[Forge 1.17.X] Bundle Annotated DI using JiJ (Waterpicker) \ No newline at end of file +Fix crash \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 197c52d1..930d49a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,6 @@ annotateddi_version=4.0.4+1.17.1 # Fabric fabric_loader_version=0.15.11 fabric_curseforge_url=https://www.curseforge.com/minecraft/mc-mods/fireplace-lib -fabric.loom.multiProjectOptimisation=true # Fabric Dependencies fabric_api_version=0.46.1+1.17 fabric_clothconfig_version=5.3.63 @@ -24,7 +23,7 @@ forge_clothconfig_version=5.3.63 # Mod Properties maven_group=dev.the-fireplace archives_base_name=Fireplace-Lib -mod_version=7.1.0 +mod_version=7.1.1 release_type=release license_id=MIT license_name=The MIT License