Skip to content

Commit

Permalink
add simple guide starter page
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Mar 21, 2024
1 parent 7a79dc4 commit c28943d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs {
}
create("guide") {
configure("client")
systemProperty("guideDev.ae2guide.startupPage", "$modId:getting-started.md")
systemProperty("guideDev.ae2guide.startupPage", "$modId:$modId.md")
}
create("server")
}
Expand Down
1 change: 0 additions & 1 deletion guidebook/getting-started.md

This file was deleted.

23 changes: 23 additions & 0 deletions guidebook/merequester.md
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.

0 comments on commit c28943d

Please sign in to comment.