ComputerCraft | RF Monitoring (CC: Tweaked)

preview_player
Показать описание
I may have gotten rusty on lua, however that doesn't stop me from visualizing my stored energy via CC :). IC2 is not supported - well technically speaking, any peripheral with different methods than TE - nevertheless I do plan on implementing that as config option. If you do try it, I would appreciate some feedback, including bug reports.

Side note: This code was written in CC: Tweaks (I doubt that'll cause an issue) and in version 1.18.2 on Stoneblock 3.

- To install you could also put the source files into the computer's folder in your world save's computercraft directory
- You do need to manually terminate to restart the program. You will need to restart the program if you connect, disconnect energy cells/storage for the computer to detect.
- The monitor can also be connected via a modem.
- Also I do plan on adding a net enery gain/loss.

And no, I am not Arabic thats Ottoman Turkish!
Рекомендации по теме
Комментарии
Автор

Worked perfectly on my game. I was wondering if it would be possible to get it to work with ender cells from powah. I tried to look at the code to implement it myself but I couldn't figure out how you were pulling data from the energy cells.

happyaccidents
Автор

My powah Energy Cells cannot connect to the network; Only my techreborn power cell works and it is detected as a peripheral and not an Energy cell. Is there a way to fix this ?

tierderiz
Автор

Hey, I know this was probably a one off project of yours, but i tried adding the powah:ender_cell to both RF_CELL_TYPE and RF_CELL_METHOD_T01 yet cc doesnt find it and just shows 0 RF / 0 RF. Do you mind giving me some help?
cc lists it as enderCell_0 and that wont work, also tested powah:ender_cell and powah:enderCell the "peripherals command lists it as enderCell. I dont know how cc or lua works but if you could give me some pointers what the fault might be it would help me alot

PLAYCOREE
Автор

Does this only work with a single monitor? Can it link to multiple monitors so the power amounts can be viewed in multiple rooms in a base?

nulloperations