diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-03 06:03:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 06:03:27 +1000 |
commit | 3ecf258ced69724feb09c9807d1dd73719bf7f5c (patch) | |
tree | 00baab2a701125a4f9ad8a676a8e2477d9fe70c9 /items/CREATIVE_MIND.json | |
parent | 228ec7960d0319d8018c24ee14a92ea235c5e68c (diff) | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.gz NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.bz2 NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.zip |
Merge pull request #278 from IRONM00N/master
Some New Items And Fixes
Diffstat (limited to 'items/CREATIVE_MIND.json')
-rw-r--r-- | items/CREATIVE_MIND.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/CREATIVE_MIND.json b/items/CREATIVE_MIND.json new file mode 100644 index 00000000..d052ba1a --- /dev/null +++ b/items/CREATIVE_MIND.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:painting", + "displayname": "§f§f§cCreative Mind", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§oOriginal, visionary, inventive\",1:\"§7§oand innovative! I would even add\",2:\"§7§oingenious, clever! A\",3:\"§7§omasterpiece!\",4:\"\",5:\"§7§8§oThis painting is a relic of\",6:\"§8§othe past, the writing on the\",7:\"§8§oback is unreadable.\",8:\"\",9:\"§c§lSPECIAL\"],Name:\"§f§f§cCreative Mind\"},ExtraAttributes:{originTag:\"ITEM_COMMAND\",id:\"CREATIVE_MIND\",uuid:\"810b6b56-ace1-4858-94e0-4cdcc0e5cc35\",timestamp:\"5/25/20 1:33 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7§oOriginal, visionary, inventive", + "§7§oand innovative! I would even add", + "§7§oingenious, clever! A", + "§7§omasterpiece!", + "", + "§7§8§oThis painting is a relic of", + "§8§othe past, the writing on the", + "§8§oback is unreadable.", + "", + "§c§lSPECIAL" + ], + "internalname": "CREATIVE_MIND", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Creative_Mind" + ] +}
\ No newline at end of file |