Skip to content

Commit

Permalink
build(version): 1.5.0->1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Nov 8, 2024
1 parent cd5da34 commit 66b2623
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 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.4-1.5.0-neoforge.jar
default: aether-1.20.4-1.5.1-neoforge.jar
deploy-branch:
type: string
default: 1.20.4-develop
Expand Down
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# The Aether - NeoForge - 1.20.4-1.5.1

Additions

- Added a new common config option `"Randomize boss names"` for configuring whether boss bars display randomized names.

Fixes

- Fix incorrect smelting speeds for Iron and Gold Accessories.
- Fix a missing lore description.
- Fix null crashes when trying to load Moa Skins.
- Fix a connection crash with LAN servers.
- Fix custom room support for Bronze Dungeons breaking after a certain point.
- Fix the map for locked blocks being immutable.

# The Aether - NeoForge - 1.20.4-1.5.0

Additions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ neogradle.subsystems.parchment.mappingsVersion=2023.12.31
# Mod
mod_id=aether
mod_name=The Aether
mod_version=1.5.0
mod_version=1.5.1
mc_version=1.20.4
neoforge_version=20.4.200
mappings=2023.12.31
Expand Down
10 changes: 5 additions & 5 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"homepage": "https://modrinth.com/mod/aether",
"promos": {
"1.19.2-recommended": "1.19.2-1.5.0-forge",
"1.19.4-recommended": "1.19.4-1.5.0-forge",
"1.20.1-recommended": "1.20.1-1.5.0-neoforge",
"1.20.2-recommended": "1.20.2-1.5.0-neoforge",
"1.20.4-recommended": "1.20.4-1.5.0-neoforge"
"1.19.2-recommended": "1.19.2-1.5.1-forge",
"1.19.4-recommended": "1.19.4-1.5.1-forge",
"1.20.1-recommended": "1.20.1-1.5.1-neoforge",
"1.20.2-recommended": "1.20.2-1.5.1-neoforge",
"1.20.4-recommended": "1.20.4-1.5.1-neoforge"
}
}

0 comments on commit 66b2623

Please sign in to comment.