diff options
Diffstat (limited to 'items/DETECTOR_RAIL.json')
-rw-r--r-- | items/DETECTOR_RAIL.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/DETECTOR_RAIL.json b/items/DETECTOR_RAIL.json new file mode 100644 index 00000000..4706aa34 --- /dev/null +++ b/items/DETECTOR_RAIL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:detector_rail", + "displayname": "§fDetector Rail", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDetector Rail\"},ExtraAttributes:{id:\"DETECTOR_RAIL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DETECTOR_RAIL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "STONE_PLATE:1", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "REDSTONE:1", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file |