Simple Pipes
Heavily stripped down port of BuildCraft's "transport" module
Обновлён 15 апреля 2025 г. · опубликован 29 ноября 2021 г.
This requires the Fabric API!
This is primarily a mod to test implementations based on LibBlockAttributes, LibNetworkStack, and LibMultipart, using buildcraft's item pipe code as a base.
Note that as I'm porting BuildCraft to quilt/1.19.4 I won't be updating or improving this very much.
This currently adds 11 pipes:
- wooden item pipe (extraction, must be right clicked with an empty hand to change what it extracts from, requires a low -> high redstone signal for each item they extract. (In other words make a redstone clock))
- stone item pipe
- clay item pipe (prioritises inventories over other pipes when moving items around)
- iron item pipe (sends all items in a single direction, must be right clicked with an empty hand to change the direction it sends items in).
- gold item pipe (items travel through these at 2.6667 times faster than regular pipes)
- diamond item pipe (sorts items based on filters in its inventory). Each slot may either be an item (to filter against) or a "filter containing item" which can specify the filters. (No items in Simple Pipes currently provide this functionality, however if a mod has an item which provides ItemAttributes.FILTER then that will be checked)
- wooden fluid pipe (extraction, must be right clicked with an empty hand to change what it extracts from)
- stone fluid pipe
- iron fluid pipe (sends all fluids in a single direction, must be right clicked with an empty hand to change the direction it sends fluids in).
- sponge fluid pipe ("cleans" water flowing through it)
And 10 blocks:
- Fluid Tank: can hold 16 buckets of fluid or 48 potions.
Fluid Pump: Once per tick tries to pump fluid blocks from in front of it and inserts them into the tank behind it. Needs a redstone signal to work. - Item and Fluid Inventory triggers (empty, full, has space, contains): These send out a redstone signal whenever their condition is met for the block in front of them.
If you're not sure how to use this mod, or want to ask questions about it please join my discord server: https://alexiil.uk/discord/simple-pipes
Available Addons:
- Pipe Pump: A small mod that adds an engine for wooden pipes - powered by TechReborn energy, by cr1zyb0y. Available here: https://www.curseforge.com/minecraft/mc-mods/pipepump
- Pipes Plus: Adds new pipes like Copper, Emerald, Obsidian, and Teleportation Pipes, by pitan76. Available here: https://www.curseforge.com/minecraft/mc-mods/pipeplus
Центр версий
14 версийЧенджлог
0.13.2Релиз1.21.1 · 15 апреля 2025 г.
Fix network crash with JEI (ClassCastException: Pipes FacadeCraftingRecipe cannot be cast to Minecraft stonecutting recipe (net.minecraft.class_3975)).
0.13.1Релиз1.21.1 · 16 ноября 2024 г.
Changes:
- Fixed bug in LibMultiPart which caused a crash when breaking parts.
0.13.0Релиз1.21.1 · 12 ноября 2024 г.
Changes:
- Fixed server-side crashes due to using wrong
Listsimplementation.
0.13.0-pre.3Бета1.21.1 · 27 октября 2024 г.
Changes:
- Fixed incompatibility with Minecraft
1.21.1.
0.11.0-pre.2Бета1.20-rc1, 1.20, 1.20.1 · 7 июля 2023 г.
Changes:
- Fixed some incompatibilities with non-snapshot Minecraft 1.20 versions.
0.11.0-pre.1Бета1.20-pre1 · 13 мая 2023 г.
Changes:
- Updated to Minecraft 1.20
0.10.0Релиз1.19.4 · 29 марта 2023 г.
Changes:
- Updated to Minecraft 1.19.4
- Fixed block triggers and pumps pointing in the wrong direction when placed vertically.
0.9.2Релиз1.19.3 · 29 марта 2023 г.
Changes:
- Added support for rotating pipes and facades by block rotation methods.
- Enabled code that converts all pipe blocks into multiparts for improved compatibility and maintainability.
- Fixed issues with multipart pipes not updating their shapes.
- Fixed some instances of facade z-fighting.
- Improved part placement ghosts.
- Added EMI compatibility. (Prevents facades from cluttering up the EMI side panel.)
- Updated LMP for improved in-world tooltip support.
- Fixed bug where pipe definitions' drop stacks would get corrupted, leading to pipes no longer dropping items in survival.
- Fixed block triggers and pumps pointing in the wrong direction when placed vertically.
Комментарии
Загружаем…