Skip to content

Releases: CD4017BE/RedstoneControl

RedstoneControl-1.12.2-0.2.0

10 Oct 23:30

Choose a tag to compare

Changes:

  • fixed Item Tranlocator crash when no energy connected
  • fixed Item Translocators not saving their state
  • added Fluid Translocator
  • added Power Regulator
  • added new Socket types for Block References
  • replaced Block Probe Wire with Block Reference Wire
  • added Block Reference 4x Splitter
  • added Block Reference Multiplexer
  • fixed Clock Plug GUI to initialize with 1s interval
  • added config settings for control panel render & sync
  • optimized the circuit schematic -> JVM bytecode compiler
  • introduced different data types in circuit editor
  • added new gates in circuit editor: valiables of different types, array storage, execution flow control
  • circuit editor gui improvements:
    • ability to cancel gate placements
    • pin highlighting
    • better trace laying
    • moving & deleting multiple gates at once

Dependencies:

  • for MC-1.12.2
  • forge-14.23.5.2768 (or newer)
  • CD4017BE_lib-6.4.11

RedstoneControl-1.12.2-0.1.2

06 Aug 17:14

Choose a tag to compare

Changes:

  • fixed wire connections getting visually messed up when rotating blocks
  • added Item Translocator
  • added XOR-Gate
  • added Control Panel with modules:
  • added Analog Pointer Display Module
  • added 7 Segment Display Module
  • added Slider Module
  • added Text Modules
  • added Lever Module
  • added Switch Module
  • added Button Module
  • added Lamp Module
  • added Screwdriver for module configuration
  • fixed #11 crash when breaking Processors with missing NBT
  • added clocked comparator integration for Draconic Fusion Reactor readings

Dependencies:

RedstoneControl-1.12.2-0.1.0

06 Jul 20:19

Choose a tag to compare

Changes:

  • added energy system
  • added circuit complexity balancing system
  • made circuits require external power supply depending on materials used for construction
  • replaced Item, Fluid, Energy Reader with sensor augments
  • fixed recursive chunk loading crash with Sensors
  • added Energy Wires
  • added Energy Distributor
  • added Processor Assembler
  • added config recipe handler (and recipes) for processor ingredients
  • added config recipe handler (and recipes) for Capacitors in Energy Distributor
  • added JEI recipe handler for processor ingredients
  • added JEI recipe handler for Capacitors
  • added JEI recipe handler for sensor augments
  • moved entire mod API over to CD4017BE_lib
  • updated tool-tips and filled missing translations

Dependencies:

RedstoneControl-1.12.2-0.0.9

22 Jun 22:37

Choose a tag to compare

Changes:

  • added abbility to lay circuit traces in editor
  • made the gate palette in circuit editor open by default
  • fixed server side bug that caused disconnect when looking at wire anchors

Dependencies:

RedstoneControl-1.12.2-0.0.8

16 Jun 22:03

Choose a tag to compare

Changes:

  • made sure all signal latency between devices is consistently one tick
  • clamped input signals of binary combiner rather than cutting off the MSBs
  • duplicated the output port of all combiner gates to reduce need for splitters
  • generalized the signal connection API to also include other (non redstone) interactions
  • added Block Probe Wire for connecting "block reference" interactions
  • added Remote Comparator
  • added Energy Reader
  • added Fluid Reader
  • added Item Reader
  • added Clock Plug
  • fixed Signal Status Lamp sometimes becoming transparent when on
  • changed some item textures
  • added Circuit Editor in-GUI documentation
  • added missing IO label warning on circuit compilation
  • added some inter-mod crafting recipes
  • enabled Processor and Circuit Editor recipes

Dependencies:

RedstoneControl-1.12.2-0.0.7

14 Jun 10:36

Choose a tag to compare

Changes:

  • fixed #4 & #5 the TextureStitch event incompatibility with other mods
  • adapted to the new gui & network packet system added in the library
  • improved the debugger gui and made it also show/edit variables
  • added a circuit state editor GUI similar to the debugger but for the placed Redstone Processor
  • made assigned gate labels show up as tool-tip overlay in the circuit shematic

Dependencies:

RedstoneControl-1.12.2-0.0.6

09 Jun 15:51

Choose a tag to compare

Changes:

  • hotfix: aparently some mods not only add their textures to texture maps they don't belong but also have those textures so badly broken that it crashes the game

Dependencies:

RedstoneControl-1.12.2-0.0.5

09 Jun 13:22

Choose a tag to compare

Changes:

  • added Circuit Designer
  • added Redstone Processor
    (recipes disabled in config by default)
  • added data-flow oriented block diagram editor and compiler for programmable circuits
  • added a decent collection of gates/operations for programmable circuits
  • added debugger to the editor
  • added import/export from/to local file feature for circuit schematics

Dependencies:

RedstoneControl-1.12.2-0.0.4

25 May 00:57

Choose a tag to compare

Changes:

  • fixed #3 pick block for wire anchors leading to crash
  • fixed wire light glitches when status lamp updates
  • added Binary Signal Packer and Unpacker

Dependencies:

RedstoneControl-1.12.2-0.0.3

20 May 23:39

Choose a tag to compare

Changes:

  • changed most rendering to run in chunk batched block models instead of TESR now
  • added wire anchors
  • made wire anchors placeable within gates and redstone ports as well
  • fixed embedded placement of redstone ports not working when block face obstructed
  • added config option for wire length
  • added recipes

Dependencies: