yeah thats what i want, I like the progression through gregtech alot. i think it balanced the game quite well and you don't get into the endgame to fast.
I think I am going to disable the blast furnace, but if someone knows a better solution(don't think so, but its worth asking) im gladly gonna accept it/try it
its not about wanting to have 2 types of steel, i dont want people which want to use railcraft needing to make a blast furnace but i also don't want people to be able to skip the bronze blast frunace/electric blast furnace but i guess there is no other choice.
Edit: can I remove the recipe for steel/items inside the railcraft blast furnace ? and if how exactly do I do it
I'm not quite sure what you want to do here, since the RC blast furnace serves no other purpose than to produce steel.
You can however remove items and blocks from the blast furnace using the Minetweaker addon ModTweaker, and then using this command:
mods.railcraft.BlastFurnace.removeRecipe(<modname:blockname:metadata>);
You can also add recipes using this command with this syntax
//InputStack, matchDamage, matchNBT, Cook time, OutputStack
mods.railcraft.BlastFurnace.addRecipe(<minecraft:stone>, false, false, 130, <minecraft:iron_ingot>);
Hope that helps!