diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /items/FAMILY_DOUBLOON.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/FAMILY_DOUBLOON.json')
-rw-r--r-- | items/FAMILY_DOUBLOON.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/FAMILY_DOUBLOON.json b/items/FAMILY_DOUBLOON.json new file mode 100644 index 00000000..3dadce61 --- /dev/null +++ b/items/FAMILY_DOUBLOON.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:gold_nugget", + "displayname": "§9Doubloon of the Family", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Worth §6100,000 coins §7in the\",1:\"§7outside world.\",2:\"\",3:\"§7§8A precious trinket from a\",4:\"§8powerful member of The Family\",5:\"§8who doesn\u0027t really need it\",6:\"§8anymore....\",7:\"\",8:\"§5§kX§5 Rift-Transferable §kX\",9:\"§9§lRARE\"],Name:\"§9Doubloon of the Family\"},ExtraAttributes:{id:\"FAMILY_DOUBLOON\"}}", + "damage": 0, + "lore": [ + "§7Worth §6100,000 coins §7in the", + "§7outside world.", + "", + "§7§8A precious trinket from a", + "§8powerful member of The Family", + "§8who doesn\u0027t really need it", + "§8anymore....", + "", + "§5§kX§5 Rift-Transferable §kX", + "§9§lRARE" + ], + "internalname": "FAMILY_DOUBLOON", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Doubloon_Of_The_Family" + ] +}
\ No newline at end of file |