diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-15 01:08:58 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-15 01:08:58 +0000 |
commit | 41143c599858e2b735a5cc5d3deb1d0882e6b1ed (patch) | |
tree | 1b24926b28474e123063bde4418f069933ecfed6 /shop2 | |
parent | 0a8b0fb79934edabbe447e98b5352d619ae8a4ab (diff) |
shop2
Diffstat (limited to 'shop2')
-rw-r--r-- | shop2/items.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shop2/items.lua b/shop2/items.lua index c2a0721..0221372 100644 --- a/shop2/items.lua +++ b/shop2/items.lua @@ -15,5 +15,7 @@ end) 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.red) +i("sad","minecraft:saddle","Saddle",1,colors.orange) +i("nam","minecraft:name_tag","Name Tag",1,colors.white) return items |