summaryrefslogtreecommitdiff
path: root/technic_worldgen
AgeCommit message (Collapse)Author
2014-06-21Full glooptest supportZefram
To support the glooptest mod (successor of gloopores), define the gloopores lump->dust grinding recipes if either of the mods is available. (Formerly only "gloopores" was supported.) Define kalite dust item, which was previously missing. Make gloop ingots grindable to dust as the non-gloop ingots already are; incidentally refactor this to automatically make ingots grindable whenever the ingot can be made by cooking dust. Add textures for all the gloop dusts. Do the "Steel"->"Iron" renaming for glooptest-defined tools and items.
2014-05-22split default iron/steel into three metalsZefram
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.
2014-04-30various backward-compatibility aliasesZefram
2014-04-22Add german translations for all modsXanthin
2013-12-17Remove duplicate ABMShadowNinja
2013-11-27Drop full rubber tree nodesShadowNinja
2013-11-27Don't regenerate placed rubber tree trunksShadowNinja
2013-10-29Add mg supportNovatux
2013-10-26Add crafts for frames and templates.Novatux
2013-09-17Partial rewriteShadowNinja
2013-07-08Merge branch 'indev'ShadowNinja
Conflicts: technic/alloy_furnace.lua technic/alloy_furnaces_commons.lua technic/battery_box.lua technic/battery_box_hv.lua technic/battery_box_mv.lua technic/chainsaw.lua technic/cnc.lua technic/cnc_nodes.lua technic/electric_furnace.lua technic/grinder.lua technic/init.lua technic/solar_array_hv.lua technic/solar_array_lv.lua technic/solar_array_mv.lua technic/solar_panel.lua unified_inventory/api.lua unified_inventory/depends.txt
2013-07-06Merge changes made in technic_gameRealBadAngel
2013-07-05New textures for lumps and ingots.Konstantin Oblaukhov
2013-07-04Improved cross-compatibility with homedecor's brass ingots.Vanessa Ezekowitz
2013-06-27New blocks of metal.Konstantin Oblaukhov
2013-04-27Store configuration in the world directory.ShadowNinja
2013-04-14deleted undesired backup fileVanessa Ezekowitz
2013-04-14aliased diamong block back to default one.Vanessa Ezekowitz
2013-04-04Update 0.4.6-0RealBadAngel
2013-04-04Update 0.4.6-0RealBadAngel
2013-03-31add missing dep fileRealBadAngel
2013-03-30textures moved from main mod to worldgenRealBadAngel
2013-03-30updateRealBadAngel