Add alloy ice + bucket = water bucket (#470)

This commit is contained in:
Parasitoid 2019-06-01 12:33:31 +02:00 committed by SmallJoker
parent a9b10cc4b1
commit e8f1033d49
1 changed files with 1 additions and 0 deletions

View File

@ -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