From 7c68966060d59a528355601279e668df38bfeb04 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Wed, 1 Jul 2020 20:57:04 +1000 Subject: [PATCH] add obsidian+bucket -> lava bucket alloy recipe --- technic/machines/register/alloy_recipes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/technic/machines/register/alloy_recipes.lua b/technic/machines/register/alloy_recipes.lua index 432110c..a971965 100644 --- a/technic/machines/register/alloy_recipes.lua +++ b/technic/machines/register/alloy_recipes.lua @@ -28,7 +28,8 @@ 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 }, + {"default:ice", "bucket:bucket_empty", "bucket:bucket_water", 1 }, + {"default:obsidian", "bucket:bucket_empty", "bucket:bucket_lava", 1 }, } if minetest.get_modpath("ethereal") then