diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-12 13:02:16 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-12 13:02:16 -0400 |
commit | 99314e49f357ce3f599d52ec83d5fe97e5c93470 (patch) | |
tree | 6ddd1812f49b3700e7d99c169e0ba60933881048 /items/ENDSTONE_ROSE.json | |
parent | 5952b147032dda27288d81aec50e82ec9c545019 (diff) | |
download | NotEnoughUpdates-REPO-99314e49f357ce3f599d52ec83d5fe97e5c93470.tar.gz NotEnoughUpdates-REPO-99314e49f357ce3f599d52ec83d5fe97e5c93470.tar.bz2 NotEnoughUpdates-REPO-99314e49f357ce3f599d52ec83d5fe97e5c93470.zip |
a few fixes
Diffstat (limited to 'items/ENDSTONE_ROSE.json')
-rw-r--r-- | items/ENDSTONE_ROSE.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/ENDSTONE_ROSE.json b/items/ENDSTONE_ROSE.json index 95376039..6a0876ef 100644 --- a/items/ENDSTONE_ROSE.json +++ b/items/ENDSTONE_ROSE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:red_flower", "displayname": "§9Endstone Rose", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7\"The Zealots have shown me so\",1:\"§7much love, I hope this simple\",2:\"§7rose shows how much I care for\",3:\"§7them\" -Endstone Protector\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Endstone Rose\"},ExtraAttributes:{id:\"ENDSTONE_ROSE\"}}", + "nbttag": "{display:{Lore:[0:\"§7\\\"The Zealots have shown me so\",1:\"§7much love, I hope this simple\",2:\"§7rose shows how much I care for\",3:\"§7them\\\" -Endstone Protector\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Endstone Rose\"},ExtraAttributes:{id:\"ENDSTONE_ROSE\"}}", "damage": 0, "lore": [ "§7\"The Zealots have shown me so", @@ -13,9 +13,10 @@ ], "internalname": "ENDSTONE_ROSE", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Endstone_Rose" - ] + ], + "crafttext": "" }
\ No newline at end of file |