From 4813b39c8227db959fcb87a971dc96efd92cff3c Mon Sep 17 00:00:00 2001 From: Parasitoid <43480717+Parasitoid@users.noreply.github.com> Date: Sun, 16 Dec 2018 19:45:26 +0100 Subject: [PATCH] ice + bucket = water bucket --- technic/machines/register/alloy_recipes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/technic/machines/register/alloy_recipes.lua b/technic/machines/register/alloy_recipes.lua index 8731b8e..d357470 100644 --- a/technic/machines/register/alloy_recipes.lua +++ b/technic/machines/register/alloy_recipes.lua @@ -28,6 +28,7 @@ local recipes = { -- The highest volume use of carbon black is as a reinforcing filler in rubber products, especially tires. -- "[Compounding a] pure gum vulcanizate … with 50% of its weight of carbon black improves its tensile strength and wear resistance …" {"technic:raw_latex 4", "technic:coal_dust 2", "technic:rubber 6", 2}, + {"default:ice", "bucket:bucket_empty", "bucket:bucket_water", 1 }, } for _, data in pairs(recipes) do