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/STONE_BRIDGE.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/STONE_BRIDGE.json')
-rw-r--r-- | items/STONE_BRIDGE.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/STONE_BRIDGE.json b/items/STONE_BRIDGE.json index 50913c13..19261347 100644 --- a/items/STONE_BRIDGE.json +++ b/items/STONE_BRIDGE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:egg", "displayname": "§fStone Platform", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Creates a stone platform in the\",1:\"§7air after travelling 10 blocks.\",2:\"§7Perfect for building below your\",3:\"§7island!\",4:\"\",5:\"§f§lCOMMON\",6:\"\",7:\"§eClick to view recipe!\"],Name:\"§fStone Platform\"},ExtraAttributes:{id:\"STONE_BRIDGE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Creates a stone platform in the\",1:\"§7air after travelling 10 blocks.\",2:\"§7Perfect for building below your\",3:\"§7island!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fStone Platform\"},ExtraAttributes:{id:\"STONE_BRIDGE\"}}", "damage": 0, "lore": [ "§7Creates a stone platform in the", @@ -11,7 +11,22 @@ "", "§f§lCOMMON" ], + "recipe": { + "A1": "SMOOTH_BRICK:8", + "A2": "SMOOTH_BRICK:8", + "A3": "SMOOTH_BRICK:8", + "B1": "SMOOTH_BRICK:8", + "B2": "EGG:1", + "B3": "SMOOTH_BRICK:8", + "C1": "SMOOTH_BRICK:8", + "C2": "SMOOTH_BRICK:8", + "C3": "SMOOTH_BRICK:8" + }, "internalname": "STONE_BRIDGE", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Stone_Platform" + ] }
\ No newline at end of file |