Features - illucc/Kontraption GitHub Wiki

Blocks

Ship Control Interface

Short description of the thing

Usage guide

Wip

Peripheral functions

getPosition()

Returns the ship position

controller = peripheral.find("shipControlInterface")
pos = controller.getPosition()
println(pos["x"])
--Prints out the x position of the ship