diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/BRIDGE_EGG.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/BRIDGE_EGG.json')
-rw-r--r-- | items/BRIDGE_EGG.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/BRIDGE_EGG.json b/items/BRIDGE_EGG.json index 62c56673..850c8b9b 100644 --- a/items/BRIDGE_EGG.json +++ b/items/BRIDGE_EGG.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:egg", "displayname": "§fBridge Egg", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Creates a path of stone blocks\",1:\"§7as it travels through the air!\",2:\"\",3:\"§f§lCOMMON\",4:\"\",5:\"§eClick to view recipe!\"],Name:\"§fBridge Egg\"},ExtraAttributes:{id:\"BRIDGE_EGG\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Creates a path of stone blocks\",1:\"§7as it travels through the air!\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fBridge Egg\"},ExtraAttributes:{id:\"BRIDGE_EGG\"}}", "damage": 0, "lore": [ "§7Creates a path of stone blocks", @@ -9,7 +9,22 @@ "", "§f§lCOMMON" ], + "recipe": { + "A1": "STONE:1", + "A2": "STONE:1", + "A3": "STONE:1", + "B1": "STONE:1", + "B2": "EGG:5", + "B3": "STONE:1", + "C1": "STONE:1", + "C2": "STONE:1", + "C3": "STONE:1" + }, "internalname": "BRIDGE_EGG", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bridge_Egg" + ] }
\ No newline at end of file |