diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:10:32 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:10:32 -0500 |
commit | 6a49d447c48e9921470161c2863c30653dc612db (patch) | |
tree | b114692955afa8a2956f2051f2ebb27b59f241a8 /items/GOLDOR_THE_FISH.json | |
parent | bef32fe763500bc9122b9843e07e4574afcc2482 (diff) | |
download | NotEnoughUpdates-REPO-6a49d447c48e9921470161c2863c30653dc612db.tar.gz NotEnoughUpdates-REPO-6a49d447c48e9921470161c2863c30653dc612db.tar.bz2 NotEnoughUpdates-REPO-6a49d447c48e9921470161c2863c30653dc612db.zip |
Learning To Count with IRONM00N pt 2
Diffstat (limited to 'items/GOLDOR_THE_FISH.json')
-rw-r--r-- | items/GOLDOR_THE_FISH.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/GOLDOR_THE_FISH.json b/items/GOLDOR_THE_FISH.json new file mode 100644 index 00000000..ef835892 --- /dev/null +++ b/items/GOLDOR_THE_FISH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cGoldor the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bff50f62-bbd8-3ea8-9e7f-126e7efe9544\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U0ZjQ5NTM1YTI3NmFhY2M0ZGM4NDEzM2JmZTgxYmU1ZjJhNDc5OWE0YzA0ZDlhNGRkYjcyZDgxOWVjMmIyYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Two things are infinite, the\",1:\"§7universe and my ego.\",2:\"\",3:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cGoldor the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GOLDOR_THE_FISH\",uuid:\"74d7ca3e-c8bd-4424-a640-dc00d3efc8a5\",timestamp:\"11/19/20 4:14 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Two things are infinite, the", + "§7universe and my ego.", + "", + "§c§lSPECIAL DUNGEON ITEM" + ], + "internalname": "GOLDOR_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file |