https://github.com/soniex2/powerrouters
Routers!
https://github.com/soniex2/powerrouters
Last synced: 11 months ago
JSON representation
Routers!
- Host: GitHub
- URL: https://github.com/soniex2/powerrouters
- Owner: SoniEx2
- License: mit
- Created: 2015-12-14T21:31:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T17:13:50.000Z (over 10 years ago)
- Last Synced: 2025-07-30T14:26:34.377Z (11 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PowerRouters
Advanced Routers inspired by Factorization's Routers.
# For Users
Get the mod from CurseForge.
# For Developers
Implement [IBetterFluidHandler](src/main/java/com/github/soniex2/powerrouters/api/fluids/IBetterFluidHandler.java) if you want routers to insert/extract fluids from your fluid handler. Or add your mod/TileEntity to the whitelist if you know it can handle `null` facing.
# For Power System Developers
Here's a list of reasons why I won't support your power system:
- No unsided insert/extract methods. See MinecraftForge/MinecraftForge#2456
# For Forge
Here's a list of reasons why I won't support your fluid handlers:
- No unsided insert/extract methods. See MinecraftForge/MinecraftForge#2456