@jessebrault0709/tracks
v0.2.5
Published
A library for writing RailCraft-related programs in ComputerCraft 1.75/Minecraft 1.7.10.
Downloads
17
Maintainers
Readme
tracks
A library for writing programs related to RailCraft in ComputerCraft 1.75/Minecraft 1.7.10.
Change Log
- 0.1.0: August 27, 2023: introductory update. Now using TSTL modules.
- 0.2.0: August 28, 2023: Various to the
WiredDetector
module's api. - 0.2.3: August 23, 2024: hopefully fixed the
greenQueue
in theInterlock
implementation. - 0.2.4: August 24, 2024: fixed
InterlockImpl
queueing and addedbusted
testing. - 0.2.5: August 24, 2024: added timed filtering to
InSignalImpl
.