diff options
Diffstat (limited to 'items/SECRET_RAILROAD_PASS.json')
-rw-r--r-- | items/SECRET_RAILROAD_PASS.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/SECRET_RAILROAD_PASS.json b/items/SECRET_RAILROAD_PASS.json new file mode 100644 index 00000000..63b6025e --- /dev/null +++ b/items/SECRET_RAILROAD_PASS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:paper", + "displayname": "§cSecret Railroad Pass", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Quest Item\",1:\"§7\",2:\"§7§7Show this pass to the §bTicket Master§7.\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§c§lSPECIAL\"],Name:\"§cSecret Railroad Pass\"},ExtraAttributes:{id:\"SECRET_RAILROAD_PASS\"}}", + "damage": 0, + "lore": [ + "§7§8Quest Item", + "§7", + "§7§7Show this pass to the §bTicket Master§7.", + "", + "§8§l* §8Soulbound §8§l*", + "§c§lSPECIAL" + ], + "internalname": "SECRET_RAILROAD_PASS", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "CORLEONITE:8.0", + "REFINED_MITHRIL:2.0", + "FLAWLESS_RUBY_GEM:1.0" + ], + "count": 1, + "duration": 30, + "overrideOutputId": "SECRET_RAILROAD_PASS" + } + ] +}
\ No newline at end of file |