From 0d7b16ebf6bdcdd1930a220e614371398e387a53 Mon Sep 17 00:00:00 2001 From: rlnt Date: Tue, 3 Sep 2024 17:04:40 +0200 Subject: [PATCH] switch to 1.21.1 as default branch --- .github/workflows/build.yml | 4 +-- README.md | 69 +++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a570c46..87844da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - "1.21" + - "1.21.1" tags-ignore: - "**" paths: @@ -15,7 +15,7 @@ on: - "**/build.yml" pull_request: branches: - - "1.21" + - "1.21.1" paths: - "gradle/**" - "**.java" diff --git a/README.md b/README.md new file mode 100644 index 0000000..a100ef0 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +

+ Preview +

ME Requester

+

+ +
+ +A [Minecraft] mod to keep resources in your [Applied Energistics 2][ae2] ME-System in stock. + +[![Workflow Status][workflow_status_badge]][workflow_status_link] +[![License][license_badge]][license] +[![Discord][discord_badge]][discord] + +[![Version][version_badge]][version_link] +[![Total Downloads CF][total_downloads_cf_badge]][curseforge] +[![Total Downloads MR][total_downloads_mr_badge]][modrinth] + +
+ +## **📑 Information** + +This is a mod for [Minecraft]-[NeoForge].
+ +It allows easily stocking resources in your Applied Energistics 2 ME-System.
+The ME Requester can host five requests by default. You can place as many of them as you like on your system and remotely access them +through the ME Requester Terminal. The terminal allows you to configure the requests and monitor the status. + +The number of slots a Requester supports can be configured as well as its channel and idle energy usage. + +If you previously used the mod [Lazier AE2], you might be familiar with the Requester. We decided to decouple the Requester features from it +and make it a standalone mod. + +The whole system has been rewritten and also supports non-item resources! + +## **🔧 Manual Installation** + +1. Download the latest **mod jar** from the [releases], from [CurseForge] or from [Modrinth]. +2. Install Minecraft [NeoForge]. +3. Drop the **jar file** into your mods folder. + +## **⏰ Changelog** + +Everything related to versions and their release notes can be found in the [changelog]. + +## **🎓 License** + +This project is licensed under the [GNU Lesser General Public License v3.0][license]. + + +[workflow_status_badge]: https://img.shields.io/github/actions/workflow/status/AlmostReliable/merequester/build.yml?branch=1.21.1&style=for-the-badge +[workflow_status_link]: https://github.com/AlmostReliable/merequester/actions +[license_badge]: https://img.shields.io/github/license/AlmostReliable/merequester?style=for-the-badge +[version_badge]: https://img.shields.io/badge/dynamic/json?color=0078FF&label=release&style=for-the-badge&query=name&url=https://api.razonyang.com/v1/github/tag/AlmostReliable/merequester%3Fprefix=v1.21.1- +[version_link]: https://github.com/AlmostReliable/merequester/releases/latest +[total_downloads_cf_badge]: https://img.shields.io/badge/dynamic/json?color=e04e14&label=CurseForge&style=for-the-badge&query=downloads.total&url=https%3A%2F%2Fapi.cfwidget.com%2F688367&logo=curseforge +[total_downloads_mr_badge]: https://img.shields.io/modrinth/dt/E6BFl96N?color=5da545&label=Modrinth&style=for-the-badge&logo=modrinth +[discord_badge]: https://img.shields.io/discord/917251858974789693?color=5865f2&label=Discord&logo=discord&style=for-the-badge + + +[minecraft]: https://www.minecraft.net/ +[ae2]: https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2 +[lazier ae2]: https://www.curseforge.com/minecraft/mc-mods/lazierae2 +[discord]: https://discord.com/invite/ThFnwZCyYY +[curseforge]: https://www.curseforge.com/minecraft/mc-mods/merequester +[modrinth]: https://modrinth.com/mod/merequester +[releases]: https://github.com/AlmostReliable/merequester/releases +[neoforge]: https://neoforged.net/ +[changelog]: CHANGELOG.md +[license]: LICENSE