diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-05 11:21:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 11:21:56 +1100 |
commit | 801c5870f7d9c5373114537767cf8c68ee1a21f0 (patch) | |
tree | 447262ec5e9d2f4f0fc4e114803e0f9c5fe97c6a /items/CAKE_SOUL.json | |
parent | c027ddafbed31c62d25caa97456eb277be6db6ad (diff) | |
parent | 9c476c2eed9424b7ebb32db3844aff3bd13b13e4 (diff) | |
download | NotEnoughUpdates-REPO-801c5870f7d9c5373114537767cf8c68ee1a21f0.tar.gz NotEnoughUpdates-REPO-801c5870f7d9c5373114537767cf8c68ee1a21f0.tar.bz2 NotEnoughUpdates-REPO-801c5870f7d9c5373114537767cf8c68ee1a21f0.zip |
Merge pull request #295 from IRONM00N/master
Stuff I missed
Diffstat (limited to 'items/CAKE_SOUL.json')
-rw-r--r-- | items/CAKE_SOUL.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/CAKE_SOUL.json b/items/CAKE_SOUL.json new file mode 100644 index 00000000..70a148e0 --- /dev/null +++ b/items/CAKE_SOUL.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§dCake Soul", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7What does it all mean???\",1:\"\",2:\"§d§lMYTHIC\"],Name:\"§f§f§dCake Soul\"},ExtraAttributes:{id:\"CAKE_SOUL\",soul_durability:1},AttributeModifiers:[]}", + "damage": 1, + "lore": [ + "§7What does it all mean???", + "", + "§d§lMYTHIC" + ], + "internalname": "CAKE_SOUL", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cake_Souls" + ] +}
\ No newline at end of file |