Skip to content

Commit

Permalink
rubber recipe with coal lump
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Freeman committed Dec 23, 2023
1 parent e1a5095 commit a9cf18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions technic/machines/register/alloy_recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
}
Expand Down

0 comments on commit a9cf18f

Please sign in to comment.