Zefram
2014-05-16 68b7bcc28e39bdf0926072b834eeeeec0ee6c721
refs
author Zefram <zefram@fysh.org>
Friday, May 16, 2014 23:02 +0200
committer RealBadAngel <maciej.kasatkin@o2.pl>
Thursday, May 22, 2014 20:57 +0200
commit68b7bcc28e39bdf0926072b834eeeeec0ee6c721
tree 4cce934d620ecd679e1912a25223c0eb8105e736 tree | zip | gz
parent ecb53e9717f75c21d849adcc64d58b84a9cde974 view | diff
split default iron/steel into three metals

Override the default mod's iron/steel substance, replacing it with three
metals: wrought iron (pure iron), carbon steel (iron alloyed with a little
carbon), and cast iron (iron alloyed with lots of carbon). Wrought iron
is easiest to refine, then cast iron, and carbon steel the most difficult,
matching the historical progression. Recipes that used default steel are
changed to use one of the three, the choice of alloy for each application
being both somewhat realistic and also matching up with game progression.

The default:steel{_ingot,block} items are identified specifically with
wrought iron. This makes the default refining recipes work appropriately.
Iron-using recipes defined outside technic are thus necessarily
reinterpreted to use wrought iron, which is mostly appropriate.
Some objects are renamed accordingly.

Rather than use the default steel textures for wrought iron, with technic
providing textures for the other two, technic now provides textures for
all three metals. This avoids problems that would occur with texture
packs that provide default_steel_{ingot,block} textures that are not
intended to support this wrought-iron/carbon-steel/cast-iron distinction.
A texture pack can provide a distinct set of three textures specifically
for the situation where this distinction is required.

Incidentally make grinding and alloy cooking recipes work correctly when
ingredients are specified by alias.
1 files deleted
12 files added
35 files modified
1 files renamed
469 ■■■■ changed files
concrete/init.lua 13 ●●●● diff | view | raw | blame | history
notes_on_iron 68 ●●●●● diff | view | raw | blame | history
technic/crafts.lua 24 ●●●● diff | view | raw | blame | history
technic/legacy.lua 1 ●●●● diff | view | raw | blame | history
technic/locale/de.txt 5 ●●●●● diff | view | raw | blame | history
technic/locale/es.txt 5 ●●●●● diff | view | raw | blame | history
technic/locale/it.txt 5 ●●●●● diff | view | raw | blame | history
technic/locale/template.txt 5 ●●●●● diff | view | raw | blame | history
technic/machines/HV/quarry.lua 12 ●●●● diff | view | raw | blame | history
technic/machines/HV/solar_array.lua 6 ●●●● diff | view | raw | blame | history
technic/machines/LV/alloy_furnace.lua 6 ●●●● diff | view | raw | blame | history
technic/machines/LV/battery_box.lua 6 ●●●● diff | view | raw | blame | history
technic/machines/LV/cnc.lua 4 ●●●● diff | view | raw | blame | history
technic/machines/LV/cnc_nodes.lua 9 ●●●●● diff | view | raw | blame | history
technic/machines/LV/electric_furnace.lua 6 ●●●● diff | view | raw | blame | history
technic/machines/LV/solar_array.lua 6 ●●●● diff | view | raw | blame | history
technic/machines/LV/solar_panel.lua 2 ●●● diff | view | raw | blame | history
technic/machines/MV/solar_array.lua 6 ●●●● diff | view | raw | blame | history
technic/machines/MV/wind_mill.lua 16 ●●●● diff | view | raw | blame | history
technic/machines/register/alloy_furnace.lua 38 ●●●●● diff | view | raw | blame | history
technic/machines/register/grinder_recipes.lua 20 ●●●● diff | view | raw | blame | history
technic/machines/switching_station.lua 6 ●●●● diff | view | raw | blame | history
technic/textures/technic_carbon_steel_dust.png diff | view | raw | blame | history
technic/textures/technic_cast_iron_dust.png diff | view | raw | blame | history
technic/textures/technic_wrought_iron_dust.png diff | view | raw | blame | history
technic/textures/technicx32/technic_carbon_steel_dust.png diff | view | raw | blame | history
technic/textures/technicx32/technic_cast_iron_dust.png diff | view | raw | blame | history
technic/textures/technicx32/technic_iron_dust.png diff | view | raw | blame | history
technic/textures/technicx32/technic_wrought_iron_dust.png diff | view | raw | blame | history
technic/tools/cans.lua 4 ●●●● diff | view | raw | blame | history
technic/tools/mining_lasers.lua 18 ●●●● diff | view | raw | blame | history
technic_chests/copper_chest.lua 2 ●●● diff | view | raw | blame | history
technic_chests/depends.txt 1 ●●●● diff | view | raw | blame | history
technic_chests/gold_chest.lua 2 ●●● diff | view | raw | blame | history
technic_chests/iron_chest.lua 14 ●●●● diff | view | raw | blame | history
technic_chests/mithril_chest.lua 2 ●●● diff | view | raw | blame | history
technic_chests/silver_chest.lua 2 ●●● diff | view | raw | blame | history
technic_worldgen/crafts.lua 75 ●●●●● diff | view | raw | blame | history
technic_worldgen/locale/de.txt 8 ●●●●● diff | view | raw | blame | history
technic_worldgen/locale/template.txt 8 ●●●●● diff | view | raw | blame | history
technic_worldgen/nodes.lua 57 ●●●●● diff | view | raw | blame | history
technic_worldgen/textures/technic_carbon_steel_block.png diff | view | raw | blame | history
technic_worldgen/textures/technic_carbon_steel_ingot.png diff | view | raw | blame | history
technic_worldgen/textures/technic_cast_iron_block.png diff | view | raw | blame | history
technic_worldgen/textures/technic_cast_iron_ingot.png diff | view | raw | blame | history
technic_worldgen/textures/technic_wrought_iron_block.png diff | view | raw | blame | history
technic_worldgen/textures/technic_wrought_iron_ingot.png diff | view | raw | blame | history
wrench/depends.txt 1 ●●●● diff | view | raw | blame | history
wrench/init.lua 6 ●●●● diff | view | raw | blame | history