-
Notifications
You must be signed in to change notification settings - Fork 1
Duct Block Input Connections
gniftygnome edited this page Apr 15, 2023
·
20 revisions
The Duct block will "connect" to other blocks from which it expects to receive input. This is merely a visual indication to aid in placing Duct blocks within an item-transferring network. (Also, it makes things look a lot nicer.) Even if a Duct block does not know about another block, if the other block uses either vanilla Minecraft or Fabric transfer API methods to push items into the Duct block, it will work just fine, but the Duct block will not visibly connect to the block(s) in question.
This wiki page lists the blocks the Duct block is currently aware of and will "connect" to. If you have another mod whose blocks you would like my mod to be aware of, please file an issue and I will look into it.
- All other Ductwork mod blocks.
- Minecraft Item Hoppers and their derivatives. This is anything oriented via a
HopperBlock.FACING
property. (0.1.0)- Copper Hopper
- Golden Hoppers
- Wooden Hoppers
- Hopper+
- Probably more I don't know about yet...
- Minecraft Droppers. (0.2.1)
- The Basalt Crusher mod's Gravel Mill block (which will push Sand from its output into Duct blocks). (0.2.1)
- Ducts mod Ducts. (0.2.1)
- OmniHopper mod OmniHoppers. (0.2.2)
- Flytre's Pipe mod Item Pipes and Fast Pipes. (0.2.3)
- Simple BC Pipes mod Item Pipes. (0.2.3)
- Smart Pipes mod SmartPipes. (0.2.3)