diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 16:56:17 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 16:56:17 +0200 |
commit | b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab (patch) | |
tree | be7cbd929414a536f2eb314ca48081a10b7a95ca /items/BLOODBADGE.json | |
parent | 45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04 (diff) | |
download | NotEnoughUpdates-REPO-b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab.tar.gz NotEnoughUpdates-REPO-b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab.tar.bz2 NotEnoughUpdates-REPO-b038c3690db54fc2d6d5bc15d7f30f1f8ac799ab.zip |
Added more slayer items
Diffstat (limited to 'items/BLOODBADGE.json')
-rw-r--r-- | items/BLOODBADGE.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/BLOODBADGE.json b/items/BLOODBADGE.json new file mode 100644 index 00000000..701903f8 --- /dev/null +++ b/items/BLOODBADGE.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§9Bloodbadge", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7You and killing stuff in the\",1:\"§7rift, name a more iconic duo.\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Bloodbadge\"},ExtraAttributes:{id:\"BLOODBADGE\"}}", + "damage": 1, + "lore": [ + "§7You and killing stuff in the", + "§7rift, name a more iconic duo.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "COVEN_SEAL:16", + "A3": "BACTE_FRAGMENT:2", + "B1": "COVEN_SEAL:16", + "B2": "CRUXMOTION:2", + "B3": "COVEN_SEAL:16", + "C1": "LEECH_SUPREME_FRAGMENT:2", + "C2": "COVEN_SEAL:16", + "C3": "" + }, + "internalname": "BLOODBADGE", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |