From a9cf18f1767403d5a2f2df06450a997e0a01c121 Mon Sep 17 00:00:00 2001 From: Freeman Date: Sat, 23 Dec 2023 19:34:23 +0100 Subject: [PATCH] rubber recipe with coal lump fixes there is no way to get a low voltage transformer: making it requires technic:rubber (replacement for fiber), but to make technic:rubber requires coal dust, which requires a grinding, which requires lv power, which requires a switching station, which requires a low voltage transformer again. --- 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 5605207c..1748726c 100644 --- a/technic/machines/register/alloy_recipes.lua +++ b/technic/machines/register/alloy_recipes.lua @@ -29,6 +29,7 @@ local recipes = { -- "[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}, + {"technic:raw_latex 2", mat.coal_lump, "technic:rubber 2", 2}, {mat.ice, mat.bucket_empty, mat.bucket_water, 1 }, {mat.obsidian, mat.bucket_empty, mat.bucket_lava, 1 }, }