bigbass1997 / NotEnoughProduction

NEP is a tool for building production chains (flowcharts) for modded minecraft. It also features similar functionality to NEI, but without needing to run the game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulation Mode

bigbass1997 opened this issue · comments

This will be an entirely different mode from the standard program. Rather than nodes displaying the base recipe, they will react with nodes connected to them to display a simulation of the production line, with real quantities. Each node will also display the quantity of that machine required for optimal performance, based on the proceeding nodes' requirements.

The "optimal" amount will be defined by the node(s) at the end of the line. The user will be able to select and define what the final output should be and how fast it should take to produce it. Any preceding nodes will dynamically change in order to produce the final output as defined.

This feature will be quite complex and likely time consuming to develop. Other features will take priority over this, so don't expect it any time soon.