Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sv443/botania-pool-meter_computercraft

Displays the level of mana from multiple Botania mana pools on a ComputerCraft monitor
https://github.com/sv443/botania-pool-meter_computercraft

botania computercraft lua minecraft minecraft-mod

Last synced: about 1 month ago
JSON representation

Displays the level of mana from multiple Botania mana pools on a ComputerCraft monitor

Awesome Lists containing this project

README

        

# CC-Botania-Pool-Meter
Displays the level of mana from multiple Botania mana pools on a ComputerCraft monitor


![screenshot](./screenshot.png)


---


### Install
1. Craft a computer and six monitors in-game
2. Place the monitors in a 3x2 (w x h) and make sure the computer touches one of the monitors
3. Hook up comparators to the mana pools and make sure all signals touch the computer
4. Open the computer and enter these commands:
```
label set botania-pool-meter
pastebin get 3ubh3LVb startup
edit startup.lua
```
5. Edit settings found at the top to your needs
6. Change the sides of the redstone inputs just below, in the `function readVals()`
7. Press Ctrl, select [Save], Return, Ctrl again, select [Exit], then Return
8. Run `reboot` to start the program