Skip to content

A New Era

Compare
Choose a tag to compare
@tgame14 tgame14 released this 25 Jan 11:02
· 9 commits to master since this release

This Updates new feature! Open Peripherals Support.

open peripherals Support is essentially Computercraft support. just don't forget to install
open peripherals Core!

simply wrap the peripheral:

p = peripheral.wrap("right")
p.getHeatValue()
p.getCoolantValue()
p.getCoolersCoords()
p.getCoolersAmount()

Are the current lua methods Added. to see how to use them do

openp/docs right getHeatValue

2014-01-25_12 14 18
2014-01-25_12 18 26
2014-01-25_12 18 31
2014-01-25_12 18 37

Changelog:

  1. Crash Bugs fixed
  2. Huge heat logic refactored.
  3. API Support, you may now make your own Coolers Very simply.
  4. Added a mapper to find my tiles and add them to a cache: This may result
    in a bit of less innefficiency performance wise. Yet it was a necassery change.

IF YOU NOTICE A MAJOR DROP IN EFFICIENCY Notify me and let me know on
#AppliedThermodynamics on irc.esper.net IRC Chat

This is a nice update, Grab it!