Skip to content

Commit

Permalink
build(version): beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Sep 16, 2023
1 parent 3a10d72 commit f7778b3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 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.1-1.0.0-beta.6-neoforge.jar
default: aether-1.20.1-1.0.0-beta.1-neoforge.jar
deploy-branch:
type: string
default: 1.19.4-develop
Expand Down
22 changes: 22 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# The Aether - NeoForge - 1.20.1-1.0.0-beta.1

**This beta is a full port of 1.19.4-1.0.0-beta.6.1 to 1.20.1!**

Additions

- Add Skyroot Hanging Signs.
- Add Zanite Gemstones and Enchanted Gravitite as valid armor trim materials.
- Add the ability to trimming Zanite Armor, Gravitite Armor, Neptune Armor, Phoenix Armor, and Obsidian Armor.
- Add the ability to trim gloves.
- Add accessory slots to Armor Stands, allowing them to be equipped with all visually displaying accessories.
- Add accessory slots to Zombies, Zombie Villagers, Husks, Skeletons, and Strays. All these mobs now have a chance to spawn with gloves alongside spawning with armor.
- Add accessory slots to Piglins and Zombified Piglins. Piglins can have a chance to spawn with Golden Gloves or Golden Pendants. These are also retained through zombification in the Overworld.
- Add Skyroot Bookshelf to `#enchantment_power_provider`.
- Add Aether Grass Block, Aether Dirt, and Aether Enchanted Grass Block to `#sniffer_diggable_block`.
- Add Holystone Button to `#stone_buttons`.
- Add Berry Bush and Bush Stem to `#sword_efficient`.

Changes

- Remove Starlight as a listed recommended dependency on mod distribution platforms. It is no longer needed for performance enhancements.
- Change mod compatibility for extinguishing Copper Lanterns from being for Supplementaries to Supplementaries Squared.
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-beta.6
mod_version=1.0.0-beta.1
mc_version=1.20.1
neoforge_version=47.1.70
mappings=2023.08.20-1.20.1
Expand Down

0 comments on commit f7778b3

Please sign in to comment.