Skip to content

gregoryeple/ComputerCraftStorageMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ComputerCraft Storage Monitor

A monitor program that displays the current storage for multiple types of storage (see below).

Can be connected to multiple monitors or multiple storage containers.

Pastebin: mdKK9nYg

Supported storage types

For Applied Energistics 2, the ME Bridge from Advanced Peripherals must be used.
For Refined Storage, the RS Bridge from Advanced Peripherals must be used.

Example

Energy monitor

See more examples

Notes

  • This program was only tested with Minecraft 1.20.1.
  • When monitoring fluids with generic containers, I recommend activating the updateCapacity variable because the total capacity of a generic fluid storage isn't yet accessible.
  • When monitoring items with generic containers, I also recommend activating the updateCapacity variable because storing items with a different stack size (other than 64) will change the total capacity of the storage container.
  • If the computer is connected to a container with multiple types of storage (like item and fluid), it will only show the storage for one type, you can force which of theses types to display by using the forceStorageType variable.

This program was inspired by Toyguna/EnergyMonitor.

About

Storage monitor program made for the ComputerCraft mod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages