-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation work #2631
base: 1.20.1
Are you sure you want to change the base?
Documentation work #2631
Changes from 1 commit
260ee43
171b1e5
6036bce
9610471
e5d768f
5821f6e
1a77fa0
becfb85
d215083
823cfb0
511db8c
05143c1
4b0d63c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
--- | ||
title: Datastick | ||
--- | ||
## Datastick | ||
|
||
Copies configurations and filters of AE2 ME busses and hatch multiparts, as well as links ME Pattern buffers and proxies together | ||
|
||
Shift right click a ME hatch or bus to copy the configuration, it will tell you in chat when you do, | ||
|
||
Right click an AE2 ME multipart to paste the config from the previous copy. | ||
|
||
Currently copies: | ||
|
||
- input circuits | ||
- Filtered items and fluids | ||
- Stocking automatic pulling mode | ||
- Distinct mode |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
--- | ||
title: Machine Memory Card | ||
--- | ||
# Machine Memory Card | ||
Used to copy machine configuration to other machines | ||
|
||
Shift right click to copy a machines configuration, right click on another machine to paste to it. | ||
|
||
Currently it copies: | ||
|
||
- Output sides | ||
- allow input from output settings | ||
- Circuit setting in machine | ||
- Muffled status | ||
|
||
It does not copy working status or covers |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
--- | ||
title: Prospector | ||
--- | ||
# The Prospector | ||
|
||
The prospector is a tool used to see ores or fluids in range of you, it comes in 3 tiers with increasing sizes and capability. | ||
|
||
The Lv prospector can see a 3x3 chunk radius, and can only see ores | ||
|
||
The Hv prospector can see a 5x5 and unlocks the ability to see fluids, as well as bedrock ores when enabled in the config, and they're registered with KubeJS or datapack, see modpack dev pages. | ||
|
||
The LuV prospector can see a 7x7 radius and has the same abilities as Hv. | ||
|
||
When opening the prospector you will see ore blocks in range or fluid chunks, also if you have Xaeros map or Journeymap they will be added to your visual prospecting cache to see on the fullscreen map. | ||
|
||
On the fullscreen map you can click the fluid or ore button to switch between displays or disabling them. | ||
|
||
with FTB Chunks and Journeymap there maybe a button overlap with the display buttons, which you can fix by moving your buttons from the right to the top bar in the GregTech config. | ||
|
||
Clicking on a vein of ore or fluid in your prospector will add a waypoint where you clicked to your map mod, if clicked on empty space it will leave a "depleted" waypoint. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
--- | ||
title: Terminal | ||
--- | ||
# The Terminal | ||
|
||
The terminal is used to assemble multiblocks automatically. | ||
|
||
Shift right-clicking a multiblock controller with the terminal will place all blocks it can from your inventory, prioritizing using hatches/multiparts until it can place the minimum casing. | ||
|
||
It is recommended to auto-build multiblocks with just their casing and other non multipart blocks in your inventory, then place your multiparts, as multiparts like hatches will likely not be placed where you want them to be. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "multipart" seems like a weird term to use (possibly one used internally) for this. I wonder if the terminal should have a mode where it ignores those blocks? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yea the terminal should prob by default or have a mode that doesn't place auto predicates |
||
|
||
The Terminal can use blocks from storages in your inventory such as a backpack from sophisticated backpacks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the default be changed, instead of instructing players how to work around it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably! I'm just the documenter man