diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-15 00:17:38 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-15 00:17:38 +0000 |
commit | 4226a9282a23a6008b9c7e9d31cf5a92106761ab (patch) | |
tree | da5930a52b02b05b3857eafd6b9da870a0dc387e | |
parent | 22ee69c44bac9a9ca0b781cf675948fe697b37bd (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 e3d2093..40ad3c3 100644 --- a/shop2/items.lua +++ b/shop2/items.lua @@ -14,5 +14,6 @@ end) --i("nth","minecraft:nether_star","Nether Star",200,colors.white) i("zbh","minecraft:zombie_head","Zombie Head",20,colors.lime) i("glw","minecraft:glowstone_dust","Glowstone Dust",0.2,colors.yellow) +i("kin","plethora:module_kinetic","Kinetic Augment",12,colors.lightgray) return items |