From 6bcabffa903639b449f1a9b08a8e0799b7bb7152 Mon Sep 17 00:00:00 2001 From: panda3045 <69587402+panda3045@users.noreply.github.com> Date: Sun, 14 Mar 2021 23:28:08 +0000 Subject: 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> --- items/ENDER_PORTAL_FRAME.json | 4 ++-- 1 file 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" -- cgit