Skip to content

Commit c8f4b1a

Browse files
committed
build(version): 1.0.0->1.0.1
1 parent f861d51 commit c8f4b1a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
artifact-name:
88
type: string
9-
default: aether_treasure_reforging-1.19.2-1.0.0-forge.jar
9+
default: aether_treasure_reforging-1.19.2-1.0.1-forge.jar
1010

1111
jobs:
1212
build:

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Treasure Reforging - Forge - 1.19.2-1.0.0
22

3+
- Fix Block of Valkyrum and Block of Pyral not being mineable.
4+
5+
# Treasure Reforging - Forge - 1.19.2-1.0.0
6+
37
- 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.
48
- 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.
59
- Add Block of Valkyrum and Block of Pyral. The former is a directional block while the latter is a regular block.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.daemon=false
66
# Mod
77
mod_id=aether_treasure_reforging
88
mod_name=Treasure Reforging
9-
mod_version=1.0.0
9+
mod_version=1.0.1
1010
mc_version=1.19.2
1111
forge_version=43.2.0
1212
mappings=2022.11.27-1.19.2

update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"homepage": "https://modrinth.com/mod/aether-treasure-reforging",
33
"promos": {
4-
"1.19.2-recommended": "1.19.2-1.0.0-forge",
5-
"1.19.4-recommended": "1.19.4-1.0.0-forge",
6-
"1.20.1-recommended": "1.20.1-1.0.0-neoforge",
7-
"1.20.4-recommended": "1.20.4-1.0.0-neoforge"
4+
"1.19.2-recommended": "1.19.2-1.0.1-forge",
5+
"1.19.4-recommended": "1.19.4-1.0.1-forge",
6+
"1.20.1-recommended": "1.20.1-1.0.1-neoforge",
7+
"1.20.4-recommended": "1.20.4-1.0.1-neoforge"
88
}
99
}

0 commit comments

Comments
 (0)