diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-29 22:35:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 08:35:51 +1100 |
commit | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (patch) | |
tree | cf78541235e9cd5fb22be5465777dfc799da58e2 /items/BINGO_RELIC.json | |
parent | dc710886048e9e92f32f020764e9052474793ff3 (diff) | |
download | NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.gz NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.bz2 NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.zip |
Fixed 1 NPC, 1 Mob, added 1 npc and fixed 1 item (#868)
Diffstat (limited to 'items/BINGO_RELIC.json')
-rw-r--r-- | items/BINGO_RELIC.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/BINGO_RELIC.json b/items/BINGO_RELIC.json new file mode 100644 index 00000000..d2f9da13 --- /dev/null +++ b/items/BINGO_RELIC.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Bingo Relic", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8cfc5b9a-e4c7-345d-84e1-9d47b836a55f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzUxNWFjZjRhNmFjNjk4NzM2ZTU0ZGVmMGJjNzgxNDNjMTQ0NDk5NzhlNzUwYWZiYjhkN2FkZTBhZGYwZWYwMCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7B.I.N.G.O.\",1:\"\",2:\"§7§cRequires §5Ⓑ Bingo Rank IV§c!\",3:\"§5§lEPIC ACCESSORY\",4:\"\",5:\"§7Cost\",6:\"§6200 Bingo Points\",7:\"§9Bingo Artifact\"],Name:\"§5Bingo Relic\"},ExtraAttributes:{id:\"BINGO_RELIC\"}}", + "damage": 3, + "lore": [ + "§7B.I.N.G.O.", + "", + "§7§cRequires §5Ⓑ Bingo Rank IV§c!", + "§5§lEPIC ACCESSORY", + "", + "§7Cost", + "§6200 Bingo Points", + "§9Bingo Artifact" + ], + "internalname": "BINGO_RELIC", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |