diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-08 09:45:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 08:45:49 +0000 |
commit | 798124acef1dde4d968d7f768e087fcbda5bdccb (patch) | |
tree | 6e0119450a0a82e001da7cebb63d68f4e727f396 /items/GIANT_FRAGMENT_LASER.json | |
parent | 23b08cdc66f5029950798342818c86a47d14433e (diff) | |
download | NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.tar.gz NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.tar.bz2 NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.zip |
Fixed Magma Cube Pet stats and some lores (#1123)
Diffstat (limited to 'items/GIANT_FRAGMENT_LASER.json')
-rw-r--r-- | items/GIANT_FRAGMENT_LASER.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/GIANT_FRAGMENT_LASER.json b/items/GIANT_FRAGMENT_LASER.json index 9d499066..bc904d8e 100644 --- a/items/GIANT_FRAGMENT_LASER.json +++ b/items/GIANT_FRAGMENT_LASER.json @@ -1,13 +1,12 @@ { "itemid": "minecraft:ender_eye", "displayname": "§5L.A.S.R.\u0027s Eye", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Precursor Relic\",1:\"\",2:\"§7The eye is mightier than the\",3:\"§7sword.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5L.A.S.R.\u0027s Eye\"},ExtraAttributes:{id:\"GIANT_FRAGMENT_LASER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Precursor Relic\",1:\"\",2:\"§7The eye is mightier than the sword.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5L.A.S.R.\u0027s Eye\"},ExtraAttributes:{id:\"GIANT_FRAGMENT_LASER\"}}", "damage": 0, "lore": [ "§8Precursor Relic", "", - "§7The eye is mightier than the", - "§7sword.", + "§7The eye is mightier than the sword.", "", "§eRight-click to view recipes!", "", @@ -16,10 +15,10 @@ "internalname": "GIANT_FRAGMENT_LASER", "crafttext": "", "clickcommand": "", - "modver": "1.6-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/L.A.S.R.%27s_Eye", "https://wiki.hypixel.net/L.A.S.R.%27s_Eye" ] -} +}
\ No newline at end of file |