Restrictive Transporter not restricting
lhill123 opened this issue ยท 10 comments
Issue description
I am using All The Mods 6 on Minecraft v. 1.6.15. I have a digital miner running with it's output going to a chest. Coming out of the chest are 4 Logistical Transporters and a Restrictive Transporter. I have filters set on the Logistical Transporters to direct certain items to peripheral chests. It is my understanding that the Restrictive Transporter should only pass items which have no other route to leave the primary chest. However, some of the items specified in the Logistical Transporters' filters are passing through said transporters to the appropriate chests as intended, and some of the same items are passing through the Restrictive Transporter. For example, I have a Logical Transporter with a filter set to pass iron ore to a peripheral chest, which it does. However, not all of the iron ore goes through this Logistical Transporter. Some of the iron ore also passes through the Restrictive Transporter to it's connected chest.
Steps to reproduce
No response
Minecraft version
1.16.5 (Latest)
Forge version
CurseForge 0.177.1.5
Mekanism version
10.0.21 (Latest)
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response
The restrictive transporter is the only path? That is why it is taken. The restrictive transporter adds a "cost" to a transporter path so that you can make certain branches have lower priority without having to make them excessively long given transporter pathfinding prioritize closest target. You have a chest and you have 5 things that are all trying to take stuff from it (in some potentially arbitrary order but each one is trying to take regardless of what the others are doing)
How do I manipulate the "costs" so that the logistical transporters are accessed before the restrictive transporter?
I just realized the I was saying Logistical Transporter when I should have said Logistical Sorter, but I hope you realized that from the picture I uploaded. I would like to see the ability in the Logistical Sorter to invert each individual filter in order to create a black list of items and provide a higher degree of sorting.
Is there currently a way, that I don't understand, to sort items like I am trying to do?
The chest has four logistical sorters, each having a filter specifying one type of ore and leading to a peripheral chest. How do I make the four ores specified in the logistical sorters take those paths rather than the fifth path which passes everything else?
I linked that feature request so if you wanted to you could subscribe to it so if it ever ends up getting implemented you will know. The way you could for now is by setting filters with allow default as false/disabled, and set a color for them. Then you place a transporter and color it to some different color and in the sorter on the main screen set it to that color and turn auto mode on.