Mod Update: Computronics 1.3.0

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

ModMyMC

New Member
Jul 29, 2019
411
0
0
Computronics 1.3.0

http://mc.shinonome.ch/doku.php?id=wiki:computronics

1.3.0 (18 November 2014 [1.7.10])
Vexatos did most of the crazy work in this release. Congratulations, you're awesome.

Note: This update changed some config values, it is highly recommended to re-generate your config file!

  • ADDED: Colored Lights support for the Colorful Lamp!
  • ADDED: More Railcraft Integration (Requires Railcraft 9.4.x now)
    • Digital Signal Receiver Box: Same as the Receiver Box driver has been, but also fires an “aspect_changed” event whenever the box aspect changes
    • Digital Detector: Fires a “minecart” event whenever a minecart passes, containing the type of cart as well as the name if the cart has got one
    • Now you can get and set the force of Launcher Tracks using ComputerCraft or OpenComputers!
    • Now you can get and set the fuse time of Priming Tracks using ComputerCraft or OpenComputers!
    • Now you can check isPowered() on every kind of track that can be powered by Redstone
    • Replicated the Steam Turbine Driver and the Boiler Firebox Driver added by OpenComputers for ComputerCraft
    • Added getDraw() for anything using Railcraft Charge
  • ADDED: Buildcraft Integration (Gate Statements)
    • 2 Triggers (Computer Running/Stopped) for the OpenComputers Computer Case
    • 2 Actions (Start/Stop Computer) for the OpenComputers Computer Case
    • 4 Triggers (Tape Drive Playing/Stopped/Rewinding/Forwarding) for the Tape Drive
    • 4 Actions (Start/Stop/Rewind/Forward Tape) for the Tape Drive
    • 2 Actions (Set/Reset Color) for the Colorful Lamp (Emerald Gate required for Set Color)
  • ADDED: EnderIO Integration for OpenComputers and ComputerCraft
    • You can get and set max Input/Output of Capacitor Banks
    • You can get/set the IO mode of certain sides of blocks with configurable IO
    • You can get the RF usage/production per tick of any machine
    • You can check whether a machine is currently active
    • You can get/set the redstone control mode of redstone-controllable devices
    • You can get/set send/receive channels of the Dimensional Transceiver
    • You can add/remove public channels to/from the Dimensional Transceiver channel list
    • You can get the (max) Experience (Levels) of any experience-storing EnderIO device
  • ADDED: Advanced Cipher Block
    • Allows you to encrypt and decrypt string messages using RSA
    • Also includes a key generator (with the two prime numbers to start with as paramters)
    • Also includes a random key generator (with the key's bit length as an optional paramter)
    • Huge thanks to Kubuxu for helping me figure out a good algorithm!
  • ADDED: More Waila integration
    • Now you can see the component address and bus ID of every block for OpenComputers and NedoComputers
    • Now you can see whether a Digital Locomotive Relay is bound or not
    • Now you can see the colour values of a Colorful Lamp
  • ADDED: New MultiPeripheral system
    • Like in OpenComputers, these peripherals are being merged into a single one in case a block has multiple Peripherals on it
    • This also comes with a new MultiPeripheral API for other mods to hook into in case they want
  • REMOVED: Removed the Signal Receiver Box Driver in favour of the Digital Signal Receiver Box
  • CHANGED: setLampColor(0) now turns off the Colorful Lamp.
  • CHANGED: Updated to AsieLib 0.3.3
  • FIXED: A strange error that can happen while chatting near a chat box.
  • FIXED: Power values and power consumtion for OC. Re-generate your config file!
  • FIXED: A problem in the Radar's table creation
  • FIXED: Some GregTech recipes not working
  • MISC: Lots of code cleanup done. It should be much more pretty now.

Post Author: VictiniX888