diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2019-06-02 03:17:19 -0400 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2019-06-02 03:17:19 -0400 |
commit | 1ae88c7f27d406a2431d552794fba8dc14f12478 (patch) | |
tree | 6186c9ac11f9749aa730b6fe25b8781c37a02579 /technic/machines/register | |
parent | 2b45a7d33c487758a3ef53318dd779462b414495 (diff) | |
download | dreambuilder_modpack-1ae88c7f27d406a2431d552794fba8dc14f12478.tar dreambuilder_modpack-1ae88c7f27d406a2431d552794fba8dc14f12478.tar.gz dreambuilder_modpack-1ae88c7f27d406a2431d552794fba8dc14f12478.tar.bz2 dreambuilder_modpack-1ae88c7f27d406a2431d552794fba8dc14f12478.tar.xz dreambuilder_modpack-1ae88c7f27d406a2431d552794fba8dc14f12478.zip |
update digistuff, homedecor, ilights, technic, and unified_inventory
Diffstat (limited to 'technic/machines/register')
-rw-r--r-- | technic/machines/register/alloy_recipes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/technic/machines/register/alloy_recipes.lua b/technic/machines/register/alloy_recipes.lua index d5a4a4e..a058dad 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 |