Type: Mod
Name: Overflow Valve
Description: Adds an Overflow Valve which prevents fluid from passing through until one side is 90% full.
License: MIT License
Version: 0.0.1
Tested-With-Factorio-Version: 0.12.20
Website: https://github.com/ILMTitan/Overflow-Valve
This mod allow players to prioritize where their fluids go. Putting them in front of your heavy/light oil cracking and solid fuel production facilities will ensure all other uses for those fluids are satisfied before breaking them down.
I am reasonably sure there won't be performance issues, but the graphics are both bad and broken. Otherwise, the entity itself seems to be working as intended. I still need to firm up how I want to organize the repository (having a folder named overflow-valve_0.0.1 in there seems bad) and how I am going to package the releases.
[MOD 0.12.20] Overflow Valve
-
- Burner Inserter
- Posts: 9
- Joined: Wed Aug 20, 2014 5:12 am
- Contact:
Re: [MOD 0.12.20] Overflow Valve
Code: Select all
{
"name": "overflow-valve",
"version": "0.0.1",
"title": "Overflow Valve",
"author": "James Przybylinski",
"description": "A Valve that acts like a pipe only when its input is full",
"dependencies": ["base >= 0.12.16"]
"contact": "ILMTitan@hotmail.com",
}
That got the mod going for me. Will playtest a bit after work.
-
- Burner Inserter
- Posts: 9
- Joined: Wed Aug 20, 2014 5:12 am
- Contact:
Re: [MOD 0.12.20] Overflow Valve
Seems pretty handy. Would be neat to modify the threshold here with a slider so you could prioritize different things like direct use vs cracking vs storage. I put mine in front of a small pump in front of my big storage tanks so they're only filled if not needed for other things.
Re: [MOD 0.12.20] Overflow Valve
Thanks. Updated the repository to fix the (dumb) error.
Re: [MOD 0.12.20] Overflow Valve
Hi,
thanks for the mod.
How does it compare to a small pump + circuit?
thanks for the mod.
How does it compare to a small pump + circuit?
Re: [MOD 0.12.20] Overflow Valve
You don't have to connect it to a circuit network. You just plop it down, and when one side gets full enough, it allows flow.
Re: [MOD 0.12.20] Overflow Valve
Did you push your changes? Anyway, just added a PRILMTitan wrote:Thanks. Updated the repository to fix the (dumb) error.