From 8041afab99f708ba8ab3dd10af2b0a454f112e1f Mon Sep 17 00:00:00 2001 From: bconlon Date: Sun, 14 Apr 2024 12:38:53 -0700 Subject: [PATCH] build(version): 1.3.0->1.4.0 --- .circleci/continue_config.yml | 2 +- docs/CHANGELOG.md | 38 ++++++++++++++++++++++++++--------- gradle.properties | 2 +- update.json | 9 +++++---- 4 files changed, 36 insertions(+), 15 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index cb6a14807..d7ba32d34 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -6,7 +6,7 @@ orbs: parameters: artifact-name: type: string - default: aether-1.20.4-1.3.0-neoforge.jar + default: aether-1.20.4-1.4.0-neoforge.jar deploy-branch: type: string default: 1.20.1-develop diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 306fd4c2b..80c6b72e5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,19 +1,39 @@ -# The Aether - NeoForge - 1.20.2-1.3.0 +# The Aether - NeoForge - 1.20.4-1.4.0 -**This beta is a full port of 1.20.1-1.2.0 to NeoForge 1.20.2!** +**This release is a full port of 1.20.2-1.4.0 to NeoForge 1.20.4!** Additions -- Added two new tags that are now used in relevant recipes: `aether:gems/zanite` and `aether:processed/gravitite`. -- Added a new registry `aether:advancement_sound_override` which makes it easier for addon developers to override advancement sounds like for dungeons. -- Added a new placed feature `aether:aether_grass_bonemeal` to use for bone meal on Aether Grass instead of using the Vanilla-equivalent placed feature. -- Added descriptions for the Inebriation and Remedy effects that can be viewed with mods like JEED. +- Added a new placed feature `aether:enchanted_aether_grass_bonemeal` to use for bone meal on Enchanted Aether Grass instead of using the Vanilla-equivalent placed feature. +- Added a new tag `slider_damaging_projectiles` to support pickaxe-like projectiles. This includes Quark's Pickarang. +- Update ar_sa translation. +- Update es_es translation. +- Update es_mx translation. +- Update it_it translation. +- Update ja_jp translation. +- Update lol_us translation. +- Update pl_pl translation. +- Update ru_ru translation. +- Update sk_sk translation. +- Update sv_se translation. +- Update tok translation. +- Update uk_ua translation. +- Update zh_cn translation. Changes -- Prefixed screen overlays with the Aether's mod ID internally. +- Convert the Moa Types registry to be data-driven. +- More thrown items and projectiles are no longer deleted in the Aether void and will fall to the Overworld. +- Boss Doorway indicator particles and Whirlwind particles now display even with minimal particle settings. +- Improve some of the debugging .mcfunctions for development. +- Switch to using DeferredHolder for registry fields. +- Made BossFightEvent, FreezeEvent, and PlacementBanEvent abstract. Fixes -- Fixed the fuel duration message for REI not being localized without JEI installed. -- Fixed some sprites in crafting stations being a couple pixels off. +- Fix code for falling out of the Aether having performance issues. +- Fix edge cases where some modded pickaxe-like items can't damage the slider. +- Fix Aerbunny rotation on head being choppy. +- Fix Dungeon Keys not being useable from the player's offhand. +- Fix trivia prefix not copying trivia text's styling. + diff --git a/gradle.properties b/gradle.properties index ce45a1352..29f5ab2cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ neogradle.subsystems.parchment.mappingsVersion=2023.12.31 # Mod mod_id=aether mod_name=The Aether -mod_version=1.3.0 +mod_version=1.4.0 mc_version=1.20.4 neoforge_version=20.4.200 mappings=2023.12.31 diff --git a/update.json b/update.json index fe5de3e66..b5544e21c 100644 --- a/update.json +++ b/update.json @@ -1,9 +1,10 @@ { "homepage": "https://modrinth.com/mod/aether", "promos": { - "1.19.2-recommended": "1.19.2-1.3.0-forge", - "1.19.4-recommended": "1.19.4-1.3.0-forge", - "1.20.1-recommended": "1.20.1-1.3.0-neoforge", - "1.20.2-recommended": "1.20.2-1.3.0-neoforge" + "1.19.2-recommended": "1.19.2-1.4.0-forge", + "1.19.4-recommended": "1.19.4-1.4.0-forge", + "1.20.1-recommended": "1.20.1-1.4.0-neoforge", + "1.20.2-recommended": "1.20.2-1.4.0-neoforge", + "1.20.4-recommended": "1.20.4-1.4.0-neoforge" } }