Skip to content

Commit

Permalink
switch to 1.21.1 as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 3, 2024
1 parent 5c2ca37 commit 0d7b16e
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "1.21"
- "1.21.1"
tags-ignore:
- "**"
paths:
Expand All @@ -15,7 +15,7 @@ on:
- "**/build.yml"
pull_request:
branches:
- "1.21"
- "1.21.1"
paths:
- "gradle/**"
- "**.java"
Expand Down
69 changes: 69 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<h1 align="center">
<a href="https://github.com/AlmostReliable/merequester"><img src=https://i.imgur.com/tnrrPff.png" alt="Preview" width=200></a>
<p>ME Requester</p>
</h1>

<div align="center">

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]

</div>

## **📑 Information**

This is a mod for [Minecraft]-[NeoForge].<br>

It allows easily stocking resources in your Applied Energistics 2 ME-System.<br>
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].

<!-- Badges -->
[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

<!-- Links -->
[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

0 comments on commit 0d7b16e

Please sign in to comment.