diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index d9681ed..3a8e305 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -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: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3ac0b87..559b162 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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. diff --git a/gradle.properties b/gradle.properties index e075271..cc89fb6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/update.json b/update.json index 33c342f..1854e6c 100644 --- a/update.json +++ b/update.json @@ -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" } } \ No newline at end of file