Skip to content

Commit

Permalink
build(version): 1.3.2->1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Apr 14, 2024
1 parent e70d4a6 commit 6a07a77
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
artifact-name:
type: string
default: aether-1.20.2-1.3.2-neoforge.jar
default: aether-1.20.2-1.4.0-neoforge.jar
deploy-branch:
type: string
default: 1.20.1-develop
Expand Down
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# The Aether - NeoForge - 1.20.2-1.4.0

Additions

- 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 sk_sk translation.

Changes

- More thrown items and projectiles are no longer deleted in the Aether void and will fall to the Overworld.
- Improve some of the debugging .mcfunctions for development.

Fixes

- 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.

# The Aether - NeoForge - 1.20.2-1.3.2

Fixes
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
# Mod
mod_id=aether
mod_name=The Aether
mod_version=1.3.2
mod_version=1.4.0
mc_version=1.20.2
neoforge_version=20.2.88
mappings=2023.12.10
Expand Down
9 changes: 5 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"homepage": "https://modrinth.com/mod/aether",
"promos": {
"1.19.2-recommended": "1.19.2-1.3.1-forge",
"1.19.4-recommended": "1.19.4-1.3.1-forge",
"1.20.1-recommended": "1.20.1-1.3.1-neoforge",
"1.20.2-recommended": "1.20.2-1.3.2-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"
}
}

0 comments on commit 6a07a77

Please sign in to comment.