diff options
author | panda3045 <69587402+panda3045@users.noreply.github.com> | 2021-03-14 23:28:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 19:28:08 -0400 |
commit | 6bcabffa903639b449f1a9b08a8e0799b7bb7152 (patch) | |
tree | bd89fdfa7a7d99bcc62afdda10ff522976ebc3b8 | |
parent | 583f28f5bcda1099c983a890ccba9813dd587833 (diff) | |
download | NotEnoughUpdates-REPO-6bcabffa903639b449f1a9b08a8e0799b7bb7152.tar.gz NotEnoughUpdates-REPO-6bcabffa903639b449f1a9b08a8e0799b7bb7152.tar.bz2 NotEnoughUpdates-REPO-6bcabffa903639b449f1a9b08a8e0799b7bb7152.zip |
Changed Display name of End Portal to End Portal Frame (#439)
* Changed Display name of End Portal to End Portal Frame
very important change
* make sure to update the nbt data too
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
-rw-r--r-- | items/ENDER_PORTAL_FRAME.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/ENDER_PORTAL_FRAME.json b/items/ENDER_PORTAL_FRAME.json index 41dd2fb4..c08c4286 100644 --- a/items/ENDER_PORTAL_FRAME.json +++ b/items/ENDER_PORTAL_FRAME.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:end_portal_frame", - "displayname": "§fEnd Portal", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnd Portal\"},ExtraAttributes:{id:\"ENDER_PORTAL_FRAME\"}}", + "displayname": "§fEnd Portal Frame", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnd Portal Frame\"},ExtraAttributes:{id:\"ENDER_PORTAL_FRAME\"}}", "damage": 0, "lore": [ "§f§lCOMMON" |