-
Notifications
You must be signed in to change notification settings - Fork 12
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
3 changed files
with
24 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 was deleted.
Oops, something went wrong.
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,23 @@ | ||
--- | ||
navigation: | ||
title: ME Requester | ||
icon: requester | ||
position: 100 | ||
item_ids: | ||
- merequester:requester | ||
- merequester:requester_terminal | ||
--- | ||
|
||
# ME Requester | ||
|
||
An add-on mod allowing you to keep items and fluids in your ME-System in stock. | ||
|
||
### Getting Started | ||
|
||
To get started, place a <ItemLink id="merequester:requester"/> and connect it to your network. Make sure to connect it to the same network | ||
your <a href="ae2:autocrafting.md">Autocrafting</a> logic is located in. It should host your crafting CPUs and | ||
<ItemLink id="ae2:pattern_provider"/>s. | ||
|
||
After configuration, it will operate automatically and scan if the specified items or fluids fall below a certain threshold. When falling | ||
below the threshold, it will request crafts until the desired amount is reached again. You can also configure a batch size to specify how | ||
many crafts are requested at once. |