summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-08 16:12:25 +0000
committerubq323 <ubq323@ubq323.website>2023-01-08 16:12:25 +0000
commit06430adb328e4e3b30c4c6e606a25fe9bddb532b (patch)
treefdb27cac359b6e895c76d5c7af551cd5e95f029f
parent8d0ec3e6ab88eb220917aa57a95a352d225070a8 (diff)
shop2
-rw-r--r--shop2/items.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/shop2/items.lua b/shop2/items.lua
index a95398d..2eb497c 100644
--- a/shop2/items.lua
+++ b/shop2/items.lua
@@ -5,5 +5,8 @@ end
i("dmn","minecraft:diamond","Diamond",2,colors.cyan)
i("blz","minecraft:blaze_rod","Blaze Rod",0.5,colors.yellow)
i("ely","minecraft:elytra","Elytra",100,colors.purple)
+-- todo properly
+i("mnd","minecraft:ooo","Mending Book",10,colors.green)
+i("nth","minecraft:nether_star","Nether Star",200,colors.white)
return items