Known code risks and technical debts - Timmeey86/Mindustry GitHub Wiki

Whenever you detect something in code which has a high risk of future bugs if not taken care of, please add it here.

Technical Debt

  • ItemLiquidGenerator`s update method currently is the combination of two duplicated methods from ItemGenerator and LiquidGenerator. Classical risks related to code clones apply.