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