Stops unessassary reactions from occurring in plumbing machines (#95125)

## About The Pull Request
This PR stops reactions from occurring in plumbing machines except for 2
- Reaction chamber
- Acclimator

This means you can now have a tank containing welding fuel, carbon &
hydrogen and not worry about them reacting to create oil

## Why its good for the game
- Makes the game run faster. Calling `handle_reactions()` is an
expensive operation and should not be done needlessly
- Makes life for players easier. We don't want chemicals reacting before
they reach the reaction chamber & acclimator and making them obsolete.
It now allows them to do their job properly

**Dependencies**
- #95077
- #95084

After they are merged. Part of their code needs to be rewritten here.

This also deletes the redundant splitter sprite

## Changelog
🆑
qol: except for plumbing reaction chamber & acclimator, no reactions
will occur inside plumbing machines
/🆑
This commit is contained in:
SyncIt21
2026-02-20 12:23:31 +05:30
committed by GitHub
parent 505ff32843
commit e90018a3eb
13 changed files with 12 additions and 32 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"manifold",
"pipe_input",
"filter",
"splitter_tri",
"splitter",
"beacon",
"pipe_output",
"tank",