From be8d2cefe10f944fa679b39303bae47448442470 Mon Sep 17 00:00:00 2001 From: whizzball1 Date: Thu, 10 Oct 2013 16:26:37 -0700 Subject: [PATCH] Added listing for Thermal Expansion --- html/script/crafting.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/script/crafting.js b/html/script/crafting.js index 580d0594e..77510d116 100644 --- a/html/script/crafting.js +++ b/html/script/crafting.js @@ -50,6 +50,7 @@ $(function() { loadRecipeBook("data/buildcraft.json"); loadRecipeBook("data/industrial_craft.json"); loadRecipeBook("data/applied_energetics.json"); + loadRecipeBook("data/thermal_expansion.json"); }); function onCraftingSelectorChanged() {