Skip to content

Commit

Permalink
build(version): 1.0.0->1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Jan 13, 2024
1 parent c309d37 commit a386a7b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 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.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
Expand Down
33 changes: 33 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.0
mod_version=1.1.0
mc_version=1.19.4
forge_version=45.1.0
mappings=2023.06.26-1.19.4
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit a386a7b

Please sign in to comment.