https://github.com/huchenlei/assline
https://github.com/huchenlei/assline
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huchenlei/assline
- Owner: huchenlei
- License: mit
- Created: 2022-01-25T21:52:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T01:33:57.000Z (over 3 years ago)
- Last Synced: 2024-12-12T17:51:22.180Z (6 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assembling line automation
## Install
Because there are only 4 files and the internet card in GTNH is very annoying to craft, it is recommended to install by
copying each file to the open computer robots with `insert` key.
(Will add a installation script if many people request it.)## OC Robot Requirements
- Inventory Controller upgrade
- Inventory upgrade
- Tank Controller upgrade
- Tank upgrade
- Keyboard
- Screen## Usage
By default the script assumes that the assembling line length is 11. Change it in `assline.lua` if necessary.Build the assline as following structure:
```
[- H H H H - - - - - - -]
[C I I I I I I I I I I O]
[- - - - - - - - - - - -]
```
Where
- H: input hatch, with a fluid tank set to auto output attached to it.
- I: input bus.
- O: output bus.
- C: Robot Charger.Place the robot on top of an inventory that contains recipe datasticks (data access hatch) and run `readAsslineRecipes`.
It will generate 2 .data file. Run `edit asslineFluidLocations.data` to see the locations to provide each fluid.Place robot on top of the charger and run `assline` to let the robot waiting for item input. The robot will constantly
check its own inventory to see if there is task.## Feature
- Handles split stack recipes.
- TODO## Video Demo
- TODO