Skip to content

Commit

Permalink
build(version): 1.0.0->1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Sep 26, 2024
1 parent f861d51 commit c8f4b1a
Show file tree
Hide file tree
Showing 4 changed files with 10 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_treasure_reforging-1.19.2-1.0.0-forge.jar
default: aether_treasure_reforging-1.19.2-1.0.1-forge.jar

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Treasure Reforging - Forge - 1.19.2-1.0.0

- Fix Block of Valkyrum and Block of Pyral not being mineable.

# Treasure Reforging - Forge - 1.19.2-1.0.0

- Add three new smithing materials: Neptune Mesh, Valkyrum Ingot, and Pyral Ingot. These can be obtained by smelting their respective equipment sets in a furnace.
- Add smithing recipes for Neptune, Valkyrie, and Phoenix equipment, using the respective material. Neptune equipment can be smithed from Zanite equipment, while Valkyrie and Phoenix equipment can be smithed from Gravitite equipment.
- Add Block of Valkyrum and Block of Pyral. The former is a directional block while the latter is a regular block.
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_treasure_reforging
mod_name=Treasure Reforging
mod_version=1.0.0
mod_version=1.0.1
mc_version=1.19.2
forge_version=43.2.0
mappings=2022.11.27-1.19.2
Expand Down
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"homepage": "https://modrinth.com/mod/aether-treasure-reforging",
"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.20.4-recommended": "1.20.4-1.0.0-neoforge"
"1.19.2-recommended": "1.19.2-1.0.1-forge",
"1.19.4-recommended": "1.19.4-1.0.1-forge",
"1.20.1-recommended": "1.20.1-1.0.1-neoforge",
"1.20.4-recommended": "1.20.4-1.0.1-neoforge"
}
}

0 comments on commit c8f4b1a

Please sign in to comment.