Skip to content

Instantly share code, notes, and snippets.

View object-Object's full-sized avatar
🏳️‍⚧️
[object Object]

[object Object] object-Object

🏳️‍⚧️
[object Object]
View GitHub Profile
@object-Object
object-Object / startup.lua
Last active November 4, 2021 14:38
Program to run a BuildCraft-style quarry with the Create mod for Minecraft.
--[[
top: y gearshift (on = -y, off = +y)
bottom: z gearshift (on = down, off = up)
front:
red: x gearshift (on = -x, off = +x)
blue: z up endstop
yellow: z down endstop
purple: y endstop
green: x endstop
back: x gantry (on = move) - inverted
@object-Object
object-Object / startup.lua
Last active July 9, 2020 22:42
CC+Plethora wireless storage system
local chestPrefix="minecraft:ironchest_gold_"
local prefix="$"
local prefixPattern="^%"..prefix
local inputInterval=3
local warnInterval=60
local feederInterval=4
local channel=1
local autoFeeder=false
local cachedSlot=false
@object-Object
object-Object / lightgame.s
Created February 5, 2020 04:13
Program for the 6502 processor to run a reaction game
.org $8000
reset:
lda #$ff ; set all of A register of 6522 to output
sta $6003
lda #$7f ; set all but last pin of B register of 6522 to output
sta $6002
lda #$01 ; initial value of output: 1 0 0 0 0 0 0