From 529d41876922103cf1c02ed12d2b06e2dfc75af9 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 30 Dec 2022 00:16:41 +0000 Subject: shop --- shop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3