diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index da21723a3a..470ec52f8f 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -6,7 +6,7 @@ orbs: parameters: artifact-name: type: string - default: aether-1.19.4-1.0.0-forge.jar + default: aether-1.19.4-1.1.0-forge.jar deploy-branch: type: string default: 1.20.1-develop diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c2c3cc24a8..088df3183a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,36 @@ +# The Aether - Forge - 1.19.4-1.1.0 + +Additions + +- Allow the Book of Lore to be placed in Chiseled Bookshelves. +- Add a beta resource pack texture for the Lootr variant of Mimics. +- Add Swet Balls to the Forge tag for Slimeballs. +- Update sk_sk. +- Update uk_ua. + +Changes + +- Disable fire tick within the Aether dimension. +- Change how Moa age is internally tracked to make aging able to be displayed by mods that show mob age info. +- Allow Skyroot Buckets to be used as Furnace fuel. +- Change the model of Aerclouds to make their interior appear hollow. +- Disallow worlds from being opened by the world preview system if they have never been opened with the Aether mod. + +Fixes + +- Fix performance overhead from biome checks for entities falling out of the Aether. +- Fix performance overhead from biome checks for converting block placements. +- Fix performance overhead from custom Tall Grass coloring. +- Fix inconsistent handling of damage modifiers with Holy Sword and Pig Slayer. +- Fix Aechor Plants being able to be leashed. +- Fix texture z-fighting on Phyg and Flying Cow wings at joints. +- Fix various mob and player layers not turning invisible when they should. +- Fix Parachutes not detecting block collision in all situations. +- Fix being able to jump on Blue Aerclouds before their effect is activated. +- Fix health refilling to full on respawn even when other mods modify the respawn health amount. +- Fix all items being able to be renamed to an easter egg in the Book of Lore. +- Fix null log spam about Moa Eggs from JER. + # The Aether - Forge - 1.19.4-1.0.0 View the full changelog here: https://gist.github.com/bconlon1/c6728050db2e2580afad912f9af2cd27 diff --git a/gradle.properties b/gradle.properties index d534818b7c..2710318dd6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false # Mod mod_id=aether mod_name=The Aether -mod_version=1.0.0 +mod_version=1.1.0 mc_version=1.19.4 forge_version=45.1.0 mappings=2023.06.26-1.19.4 diff --git a/update.json b/update.json index 21b8e62962..605a292bbd 100644 --- a/update.json +++ b/update.json @@ -1,8 +1,8 @@ { "homepage": "https://modrinth.com/mod/aether", "promos": { - "1.19.2-recommended": "1.19.2-1.0.0-forge", - "1.19.4-recommended": "1.19.4-1.0.0-forge", - "1.20.1-recommended": "1.20.1-1.0.0-neoforge" + "1.19.2-recommended": "1.19.2-1.1.0-forge", + "1.19.4-recommended": "1.19.4-1.1.0-forge", + "1.20.1-recommended": "1.20.1-1.1.0-neoforge" } }