diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-14 20:39:25 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-14 20:39:25 +0000 |
commit | 6ec8f2a91ff7d85b7eb34731892d306afd617316 (patch) | |
tree | 96e971cf93d1681de14d7c38d1a52ec3c5bdda95 | |
parent | c5b8b3bc8fd98919fcfecde1b195e534301ec3c9 (diff) |
shop2
-rw-r--r-- | shop2/items.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shop2/items.lua b/shop2/items.lua index 1d57806..8f75c04 100644 --- a/shop2/items.lua +++ b/shop2/items.lua @@ -13,5 +13,6 @@ i("mnd","minecraft:enchanted_book","Mending Book",10,colors.green,function(ideta end) --i("nth","minecraft:nether_star","Nether Star",200,colors.white) i("zbh","minecraft:zombie_head","Zombie Head",40,colors.lime) +i("glw","minecraft:glowstone_dust","Glowstone Dust",0.2,colors.yellow) return items |