-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |