Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Prevent machine explosion for Universal fluid engine #246

Closed
wants to merge 7 commits into from

Commits on Mar 18, 2024

  1. Prevent machine explosion for Universal fluid engine

    Currently this machine takes in fluids and then outputs power based  on the current input. When the world is loading in this machine will take in fluids then consume all of it and exploding due to over amping.
    
    Therefore this PR will remove the function of the dynamo exploding and instead the engine will just void all excessive power generation while also consuming the fuel.
    Reflex18 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b707cb0 View commit details
    Browse the repository at this point in the history
  2. Prevent machine explosion for Universal fluid engine-spotless

    Updated with spotless
    Reflex18 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3d6ff1b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    f284ec0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    79fa734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b294f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a53c33a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb1a74c View commit details
    Browse the repository at this point in the history