summaryrefslogtreecommitdiff
path: root/shop.lua
blob: bacff34cc7655fdc7006b6cc6ec42a9dd8414dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sres =textutils.unserializeJSON( http.post("https://krist.dev/ws/start","").readAll())
assert(sres.ok,"not ok")
wsurl = sres.url



mtop = peripheral.wrap"top"
mtop.setTextScale(4)
mtop.setTextColor(colors.cyan)
mtop.write"DIAMONDS"