summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 8d36ac7..ad4efbc 100644
--- a/shop.lua
+++ b/shop.lua
@@ -4,7 +4,7 @@ key=assert(settings.get"krist.pkey","please set private key")
our_name = {"d","ac"}
PRICE = 5
-ITEM = "minecraft:cobblestone"
+ITEM = "minecraft:diamond"
sres =textutils.unserializeJSON( http.post("https://krist.dev/ws/start","privatekey="..key).readAll())
assert(sres.ok,"not ok")