Go to file
Izzy 6031de3f07 make falling blocks not destroy molten metal 2019-04-01 20:55:00 -06:00
textures ocs update, water cooling 2016-08-14 19:03:14 -07:00
.gitignore update .gitignore 2016-08-27 17:43:24 +02:00
LICENSE Initial commit 2016-08-13 20:32:38 -07:00
README.md Update README.md 2016-09-07 08:51:15 -07:00
burners.lua tweaks and fixes 2019-03-22 22:56:18 -06:00
coke.lua oil burner 2019-03-19 21:05:37 -06:00
depends.txt oil burner 2019-03-19 21:05:37 -06:00
electrode.lua Merge branch 'master' of github.com:yzziizzy/minetest_forge 2018-06-06 23:55:15 -06:00
init.lua make falling blocks not destroy molten metal 2019-04-01 20:55:00 -06:00
materials.lua bug fixes 2018-06-10 19:02:26 -06:00
physics.lua tweaks and fixes 2019-03-22 22:56:18 -06:00
shell.lua tweaks and fixes 2019-03-22 22:56:18 -06:00
slag.lua Merge branch 'master' of github.com:yzziizzy/minetest_forge 2018-06-06 23:55:15 -06:00
spout.lua tweaks and fixes 2019-03-22 22:56:18 -06:00

README.md

minetest_forge

Huge electric arc furnaces for minetest, with non-renewable finite-liquids-like molten ores and metals.

Crafts

First make refractory clay:

Refractory clay can also be made from slag:

Then craft refractory brick blocks

Build a crucible where the bottom can be accessed. I used mesecon sticky pistons for gates. Place the electrode in the top, give it a lot of juice, and punch to turn it on. But before that fill the crucible with ore.

Electrode:

The electrode uses all surplus power, much like a battery box. The more power you give it the faster it melts ores.

Molten ore will flow out of holes created in the bottom of the crucible and eventually cool. Be careful, molten ore will destroy most materials. Use the refractory bricks.

Molten ore cools more slowly on refractory materials. It cools very quickly when exposed to water.

Ores

Input materials and what you might get out of them. Yields vary; some things result in mostly slag.

  • desert cobble: copper, steel
  • stone cobble: steel, copper
  • gravel: steel, gold
  • dirt: steel, gold
  • desert sand: glass
  • sand: glass
  • sandstone: glass

Metal blocks can be remelted without loss. Reprocessing slag over and over may yield small returns.

Molten metals of different densities will float or sink relative to each other eventually.

====== Thanks to t4im for improvements and cleanup.

forge_steam.png texture is LGPL (from mintest_game/tnt) Everything else WTFPL / Unlicense