From 1434533e921fdf8971c0e440bdc8727705cef4c0 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 1 Jan 2015 20:39:55 -0800 Subject: [PATCH] Add Coal as a raw material --- src/data/minecraft/recipes.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/minecraft/recipes.json b/src/data/minecraft/recipes.json index 2fe44513c..53e53445c 100644 --- a/src/data/minecraft/recipes.json +++ b/src/data/minecraft/recipes.json @@ -4,6 +4,7 @@ "mod_version": "1.7.10", "description": "Crafting recipes from vanilla Minecraft", "raw_materials": [ + "Coal", "Diamond", "Emerald", "Lapis Lazuli",