From b0000dc8033986fdd80c917576270041fb04fb3d Mon Sep 17 00:00:00 2001 From: bconlon Date: Sun, 12 May 2024 20:51:27 -0700 Subject: [PATCH] chore: changelog, page ids, versioning --- .circleci/continue_config.yml | 2 +- docs/CHANGELOG.md | 11 +++++------ docs/README.md | 10 +++++----- gradle.properties | 4 ++-- src/main/resources/META-INF/mods.toml | 6 ++++-- update.json | 1 - 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 6ccd1a9..d9681ed 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.4-1.0.0-forge.jar + default: aether_treasure_reforging-1.19.2-1.0.0-forge.jar jobs: build: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7973251..3ac0b87 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,8 +1,7 @@ -# Treasure Reforging - Forge - 1.20.1-1.0.0 +# Treasure Reforging - Forge - 1.19.2-1.0.0 -Additions - -Changes - -Fixes +- 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. +- Add another crafting material: Pyral Shard. A Pyral Shard can be obtained by smelting down a Sun Altar. 4 Pyral Shards and 2 Obsidian can be crafted into a Pyral Ingot. 4 Pyral Shards can also be crafted with Obsidian equipment to reignite it into Phoenix equipment. diff --git a/docs/README.md b/docs/README.md index ee64a42..e173cfa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,9 +27,9 @@ If you're interested in sponsoring Treasure Reforging or The Aether Team, please [![Modrinth Version](https://img.shields.io/modrinth/game-versions/aether_treasure_reforging?color=00AF5C&label=latest&logo=modrinth&last=true)](https://modrinth.com/mod/aether_treasure_reforging) [![CurseForge Downloads](http://cf.way2muchnoise.eu/aether_treasure_reforging.svg)](https://www.curseforge.com/minecraft/mc-mods/aether_treasure_reforging) [![CurseForge Version](http://cf.way2muchnoise.eu/versions/aether_treasure_reforging_latest.svg)](https://www.curseforge.com/minecraft/mc-mods/aether_treasure_reforging) -[![CircleCI](https://circleci.com/gh/The-Aether-Team/Treasure-Reforging/tree/1.20.2-develop.svg?style=shield)](https://app.circleci.com/pipelines/github/The-Aether-Team/Treasure-Reforging?branch=1.20.2-develop) +[![CircleCI](https://circleci.com/gh/The-Aether-Team/Treasure-Reforging/tree/1.19.2-develop.svg?style=shield)](https://app.circleci.com/pipelines/github/The-Aether-Team/Treasure-Reforging?branch=1.19.2-develop) ### Release builds -Treasure Reforging has relatively stable beta builds available for release for 1.20.2 on [Modrinth](https://modrinth.com/mod/aether_treasure_reforging) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/aether_treasure_reforging). A full 1.0.0 release will be coming soon. +Treasure Reforging has stable release builds available on [Modrinth](https://modrinth.com/mod/aether_treasure_reforging) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/aether_treasure_reforging). ### Bleeding edge builds If you’re feeling a bit more adventurous or wish to help test the in-development versions, we provide **bleeding edge builds** which are produced on [CircleCI](https://app.circleci.com/pipelines/github/The-Aether-Team/Treasure-Reforging). These builds are created for every new commit and contain the latest available code. We do not recommend users treat these builds as releases, as they are unfinished and may contain serious issues. If you wish to download these builds, check out [this guide](https://github.com/The-Aether-Team/Treasure-Reforging/wiki/CircleCI-Guide). @@ -91,13 +91,13 @@ dependencies { If you're running into bugs or other problems, feel free to open an issue on our [issue tracker](https://github.com/The-Aether-Team/Treasure-Reforging/issues). When doing so, make sure to use one of the provided templates and fill out all the requested information. Make sure to keep your issue's description clear and concise. Your issue's title should also be easy to digest, giving our developers and reporters a good idea of what's wrong without including too many details. Failure to follow any of the above may result in your issue being closed. ## :wrench: Contribute to the project -Looking to contribute to the project? We ask that you read over our [Contributor's Guide](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.20.2-develop/docs/CONTRIBUTING.md) for more details as well as our [Contributor License Agreement (CLA)](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.20.2-develop/docs/AGREEMENT.md) before getting started. +Looking to contribute to the project? We ask that you read over our [Contributor's Guide](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.19.2-develop/docs/CONTRIBUTING.md) for more details as well as our [Contributor License Agreement (CLA)](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.19.2-develop/docs/AGREEMENT.md) before getting started. Not sure what to help with? Take a look at our issue tracker for some ideas! [Here's a quick link](https://github.com/The-Aether-Team/Treasure-Reforging/labels/status%2Fhelp-wanted) which shows all the currently open issues that we'd love some help on. ## :scroll: License information [![Asset license (Unlicensed)](https://img.shields.io/badge/assets%20license-All%20Rights%20Reserved-red.svg?style=flat-square)](https://en.wikipedia.org/wiki/All_rights_reserved) -[![Code license (LGPL v3.0)](https://img.shields.io/badge/code%20license-LGPL%20v3.0-green.svg?style=flat-square)](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.20.2-develop/LICENSE.txt) +[![Code license (LGPL v3.0)](https://img.shields.io/badge/code%20license-LGPL%20v3.0-green.svg?style=flat-square)](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.19.2-develop/LICENSE.txt) If you're wanting to create a gameplay video/review, extension or addon, parody, or any other fan work of your own for Treasure Reforging, go for it! We love seeing the content our community creates, and we hope to make it as welcoming as possible for everyone. We ask however that you please don't advertise using our brand (our specific logo assets, team name, official social media posts). @@ -118,7 +118,7 @@ Treasure Reforging is available in these languages thanks to the following contr If you are interested in contributing translations to Treasure Reforging, check out our [Crowdin]() and our [Discord](https://discord.gg/aethermod)! If you have contributed translations in the past and your name is missing from the above list, please contact us. ### :hammer: Contributions -All of our code contribution credits can be found [here](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.20.2-develop/docs/CREDITS.txt). If you contributed to the project and do not see your name, please contact us. +All of our code contribution credits can be found [here](https://github.com/The-Aether-Team/Treasure-Reforging/blob/1.19.2-develop/docs/CREDITS.txt). If you contributed to the project and do not see your name, please contact us. ### :file_folder: Dependencies Treasure Reforging would not be possible without the features provided by the APIs and libraries it implements. Thanks goes to: diff --git a/gradle.properties b/gradle.properties index b87ccf7..e075271 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,6 +17,6 @@ nitrogen_version=1.19.2-1.0.4-forge curios_version=1.19.2-5.1.4.1 # Publishing -curseforge_id=0 -modrinth_id=0 +curseforge_id=1016302 +modrinth_id=4qIW8vBb version_type=release \ No newline at end of file diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index d787588..143b41a 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -7,12 +7,14 @@ issueTrackerURL="https://github.com/The-Aether-Team/Treasure-Reforging/issues" modId="aether_treasure_reforging" version="${file.jarVersion}" displayName="Treasure Reforging" -updateJSONURL="https://github.com/The-Aether-Team/Treasure-Reforging/raw/1.20.1-develop/update.json" +updateJSONURL="https://github.com/The-Aether-Team/Treasure-Reforging/raw/1.19.2-develop/update.json" displayURL="https://modrinth.com/mod/aether-treasure-reforging" logoFile="treasure_reforging_icon.png" credits="The Aether Team" authors="bconlon, Oz Payn" -description='''Allows dungeon treasure equipment to be smelted down into raw materials, which can be smithed back into other treasure equipment using new templates.''' +description=''' + Allows dungeon treasure equipment to be smelted down into raw materials, which can be smithed back into other treasure equipment using new templates. +''' [[dependencies.aether_treasure_reforging]] modId="forge" diff --git a/update.json b/update.json index 7ea1a46..33c342f 100644 --- a/update.json +++ b/update.json @@ -4,7 +4,6 @@ "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.2-recommended": "1.20.2-1.0.0-neoforge", "1.20.4-recommended": "1.20.4-1.0.0-neoforge" } } \ No newline at end of file