LittleTiles OCAddon

Quick rating

Community listing page, reviews here may not be monitored by the author.

LittleTiles OCAddon

By Dimsk

No reviews yet

LittleTiles OC Signal Converter Addon. Convert the bits to OpenComputers format

Mod Loaders
Minecraft

About

Description

LittleTiles OC Signal Converter Addon

Extend your LittleTiles automation with OpenComputers! This addon adds a Signal Converter block that connects LittleTiles signal cables to OpenComputers computers. Read signals from multiple pressure plates, buttons, or switches directly through your OC computer's Lua scripts.

  1. Place OC Signal Converter block next to your LittleTiles cables

  2. Connect an OpenComputers cable to the converter

image

image

  1. Access in Lua: component.lt_signal_converter

Requirements:

  • Minecraft 1.12.2
  • Forge 1.12.2-14.23.5.2768+
  • CreativeCore 1.10.71+
  • LittleTiles 1.5.87+
  • OpenComputers 1.8.9a+

Documentation: Full documentation with API reference and examples: GitHub README

Lua API Highlights:

  • getSignal() - Combined signal from all cables
  • getCableCount() - Number of connected cables
  • getCableSignal(index) - Signal from specific cable (0/1)
  • getCableBits(index) - 4-bit signal from cable
  • getAllCables() - Table with all cable data
  • debugInfo() - Debug information