summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@linuxworks.belug.de>2018-02-23 00:51:35 +0100
committerroot <root@linuxworks.belug.de>2018-02-23 00:51:35 +0100
commitb47fe4432385bc8cf678263b7bf395ec26d80fd6 (patch)
treed29c400292b1780ed2a4cc6f1d710257c09b78a6
parent3a60b0e2a22332db860ff7bcc71c21b9279b47f5 (diff)
parent7d2b36c0d43b33f995af1120506aea6c15df98e0 (diff)
Merge https://github.com/h-v-smacker/technic
-rw-r--r--technic/machines/HV/electric_furnace.lua2
-rw-r--r--technic/machines/register/grinder_recipes.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/technic/machines/HV/electric_furnace.lua b/technic/machines/HV/electric_furnace.lua
index a11bb59..3d6b60a 100644
--- a/technic/machines/HV/electric_furnace.lua
+++ b/technic/machines/HV/electric_furnace.lua
@@ -8,7 +8,7 @@
minetest.register_craft({
output = 'technic:hv_electric_furnace',
recipe = {
- {'technic:stainless_steel_ingot', 'technic:lv_electric_furnace', 'technic:stainless_steel_ingot'},
+ {'technic:carbon_plate', 'technic:mv_electric_furnace', 'technic:composite_plate'},
{'pipeworks:tube_1', 'technic:hv_transformer', 'pipeworks:tube_1'},
{'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot'},
}
diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua
index 241d2ae..496e132 100644
--- a/technic/machines/register/grinder_recipes.lua
+++ b/technic/machines/register/grinder_recipes.lua
@@ -27,6 +27,7 @@ local recipes = {
{"default:cobble", "default:gravel"},
{"default:gravel", "default:sand"},
{"default:sandstone", "default:sand 2"}, -- reverse recipe can be found in the compressor
+ {"technic:stone_dust", "default:silver_sand"}
}
if minetest.get_modpath("ethereal") then