diff options
-rw-r--r-- | constants/misc.json | 9 | ||||
-rw-r--r-- | items/ARTISANAL_SHORTBOW.json | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json index 280725a7..87f9387c 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1180,7 +1180,11 @@ "eaafe8cdc0d543348a997042370d5d0b", "89b0f78e49fa47cf977412f115ba4896", "9ec7106bd53a4273b9a5a579c8d058f5", - "4acd0cbb0e24472780521f91afa11833" + "4acd0cbb0e24472780521f91afa11833", + "854520232b4a4776ade3d7472983cac7", + "ac21dc81f802425c99a90b0269049ed8", + "5ef29605466f4de1969ba136a8605882", + "ff507b670e974b1ab31721a7cfbf9055" ], "ranks": { @@ -1329,7 +1333,8 @@ "§f - §bTyman#5998§7: §2Moderator", "§f - §bHasnu#4411§7: §2Moderator", "§f - §bFirewolf#7918: §2Moderator", - "§f - §bMisterCheezeCake#1662: §aHelper" + "§f - §bMisterCheezeCake#1662: §aHelper", + "§f - §bDoKM#7224: §aHelper" ] }, diff --git a/items/ARTISANAL_SHORTBOW.json b/items/ARTISANAL_SHORTBOW.json new file mode 100644 index 00000000..057a8f20 --- /dev/null +++ b/items/ARTISANAL_SHORTBOW.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§f§f§9Artisanal Shortbow", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE BOW\"],Name:\"§f§f§9Artisanal Shortbow\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"ARTISANAL_SHORTBOW\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Damage: §c+40", + "", + "§7§8This item can be reforged!", + "§9§lRARE BOW" + ], + "internalname": "ARTISANAL_SHORTBOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |