diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-30 16:16:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 16:16:31 +0200 |
commit | a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (patch) | |
tree | f56f597690456032e5017d09fc27d75c844895de /items/BAG_OF_GOLD.json | |
parent | 267c29d1dcd34e09663351efc08dea5e0f9a8bf5 (diff) | |
download | NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.gz NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.bz2 NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.zip |
atom (#729)
* atom
* More Fixes
* 185
Diffstat (limited to 'items/BAG_OF_GOLD.json')
-rw-r--r-- | items/BAG_OF_GOLD.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/BAG_OF_GOLD.json b/items/BAG_OF_GOLD.json new file mode 100644 index 00000000..f07b549e --- /dev/null +++ b/items/BAG_OF_GOLD.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Bag of Gold", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9dd5008a-08a1-3f4a-b8af-2499bdb8ff3b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZTk0ZjZjMzRhMzU0NjVmY2U0YTkwZjJlMjU5NzYzODllYjk3MDlhMTIyNzM1NzRmZjcwZmQ0ZGFhNjg1MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§6A thank you present from a\",1:\"§6grateful person in the Crimson\",2:\"§6Isle.\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§9§lRARE\"],Name:\"§f§f§9Bag of Gold\"},ExtraAttributes:{id:\"BAG_OF_GOLD\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§6A thank you present from a", + "§6grateful person in the Crimson", + "§6Isle.", + "", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE" + ], + "internalname": "BAG_OF_GOLD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bag_of_Gold" + ] +}
\ No newline at end of file |