Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Spacechase0 for the original super hopper mod Pathoschild for SMAPI and Automate
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.4.8
Fix sorting flavoured items, and value increases when making new stacks of filtered items
Version 1.4.7
Fixed Non (O) quantity filtering, and fix flavoured item filtering
Version 1.4.6
Fix the item filter not handling TypeID, also made items with a non object type ID ignore quantity filter for technical reasons
Version 1.4.5
Rework the quantity filter logic hopefully fixing some bugs
Version 1.4.4
Fix a couple bugs with the quantity filter
Version 1.4.3
Hopefully fixed an issue with empty chests/slots
Version 1.4.2
Added Quantity Filter, which was suprisingly difficult
Version 1.4.1
Fix config not reading on start
Version 1.4.0
Added Generic Mod Config Menu Support, with optional quailty filtering
Version 1.3.4
Fixed some issues with pipeline logic changes I hadn't meant to include in 1.3.3
Version 1.3.3
Fixed not building pipelines in "built locations" on load. Also added update key to manifest.
Version 1.3.2
Fixed an issue with pipelines not regenerating on load
Version 1.3.1
Fixed an issue with chests acting as hoppers
Version 1.3.0
Add "Pipeline" functionality to connect adjacent hoppers, also altered operations timings. Will add config soon.
Version 1.2.0
Readd the superhopper tag so auotmate ignores hoppers between chests
Version 1.1
Removed iridium upgrade requirement, move filter to use hopper contents
Version 1.0
Stole a mod idea from a better modder
Filtered Chest Hopper started as a copy of the mod Super Hopper. But now this mod connects Hoppers to each other horizontally to create one large "pipeline". Any items in chests above the pipeline will be moved into the chests below the hoppers with the inventory of each hopper acting as a whitelist filter, only allowing matching items into the chest they are above. Chests are filled (and emptied) left to right. Intended for use with Automate for creating complicated lines of automation with sorting capabilities. Also supports Generic Mod Config Menu. Config Settings CompareQuality: When enabled the filter logic will also compare the items quality CompareQuantity: When enabled the hopper will check the stack size in the filter and won't move more that the same number of items into the inventory below. Putting only a single item as the filter stack will cause it to ignore the quantity check. TransferInterval: How often the transfer logic runs, similar to Automate.