summaryrefslogtreecommitdiff
path: root/technic/machines/register/alloy_recipes.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-19 20:28:44 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-19 20:28:44 -0400
commit3c47f229fcbdb7cad28bacbc579516bf3ecf6c03 (patch)
tree375b0d50956914c61132a0d34489f627dfa2f814 /technic/machines/register/alloy_recipes.lua
parent16373a6c19c04ee82757831c5bbefe416abf900b (diff)
downloaddreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar.gz
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar.bz2
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar.xz
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.zip
drop usesdirt, update gloopblocks, led_marquee and technic
Diffstat (limited to 'technic/machines/register/alloy_recipes.lua')
-rw-r--r--technic/machines/register/alloy_recipes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/register/alloy_recipes.lua b/technic/machines/register/alloy_recipes.lua
index bd09bd6..3aeacd5 100644
--- a/technic/machines/register/alloy_recipes.lua
+++ b/technic/machines/register/alloy_recipes.lua
@@ -13,7 +13,7 @@ end
local recipes = {
{"technic:copper_dust 3", "technic:tin_dust", "technic:bronze_dust 4"},
- {"default:copper_ingot 3", "moreores:tin_ingot", "default:bronze_ingot 4"},
+ {"default:copper_ingot 3", "default:tin_ingot", "default:bronze_ingot 4"},
{"technic:wrought_iron_dust", "technic:coal_dust", "technic:carbon_steel_dust", 3},
{"technic:wrought_iron_ingot", "technic:coal_dust", "technic:carbon_steel_ingot", 3},
{"technic:carbon_steel_dust", "technic:coal_dust", "technic:cast_iron_dust", 3},