From 9e2ab596c4bef3e600f28b106b31ee1d7dc81665 Mon Sep 17 00:00:00 2001 From: whizzball1 Date: Thu, 22 Aug 2013 08:03:46 -0700 Subject: [PATCH] Added Bricks (block) Didn't call it Bricks (block) because they have two different names, brick for the single and bricks for the block. --- html/data/vanilla.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/data/vanilla.json b/html/data/vanilla.json index f896a8f2d..fa553d1ac 100644 --- a/html/data/vanilla.json +++ b/html/data/vanilla.json @@ -38,6 +38,10 @@ "output": [[1, "Brick"]], "input": [[1, "Clay"], [125, "milli-coal"]], "tools": ["Furnace"] + }, { + "output": [[1, "Bricks"]], + "input": [[4, "Brick"]], + "tools": [] }, { "output": [[1, "Bucket"]], "input": [[3, "Iron Ingot"]],