promotional bannermobile promotional banner

Handles

ComputerCraft integration for your favorite Tardis mods.

File Details

handles-1.16.5-1.3.0.jar

  • R
  • Jan 19, 2022
  • 94.78 KB
  • 126
  • 1.16.5
  • Forge

File Name

handles-1.16.5-1.3.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:handles-304727:3613808")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Changelog

 

* Sub-Systems functions !

- getSubSystems() : get an array of string corresponding to the systems

- getSubSystemHealth(string): get a float 0 to 1 of the current health of the system (0 if system not found)

- getSubSystemStatus(string): get a boolean of the current status of the system (false if system not found)

- setSubSystemStatus(string, boolean): set the current status of a system (return a boolean depending if the subsystem was found)

* I have slightly improved some code in existant methods, nothing should have changed, but let me know if it's the case