jco2641 / Thaumic_Computers

Thaumcraft 6 integration for OpenComputers
Other
5 stars 3 forks source link

Thaumic Dioptra driver to read vis levels in chunk #4

Closed sug0 closed 5 years ago

sug0 commented 5 years ago

Added a new API for the Thaumic Dioptra, to get both vis and flux levels in a chunk:

component.dioptra.getVis() -- returns the vis in the chunk the dioptra resides in
component.dioptra.getFlux() -- returns the flux in the chunk the dioptra resides in
jco2641 commented 5 years ago

Thank you for the feature!

sug0 commented 5 years ago

Hey, no problem! Thanks for merging