
setIcon(<quark:redstone_randomizer>)
setTitle("I lost the redstone to RNG")
setDescription("Redstone Randomized is a new redstone component that when given an input from behind will output either a signal from left or right, randomly")

addParent("triumph:quark/automation/automation")

criteria1 = addCriteria("randomizer", "minecraft:inventory_changed")
criteria1.addItem(<quark:redstone_randomizer>)

drawDirectLines(true)
setPos(180,149)