Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sv443/botania-pool-meter_computercraft
- Owner: Sv443
- License: mit
- Created: 2022-10-06T19:48:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T20:02:09.000Z (over 2 years ago)
- Last Synced: 2024-11-12T04:52:50.480Z (3 months ago)
- Topics: botania, computercraft, lua, minecraft, minecraft-mod
- Language: Lua
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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