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