Conveyor quantity restrictor
Not Enough Votes
A conveyor block that restricts the quantity of items through it.
This could be :- only allow 1k items to pass or 20 Kg or 5 m3
Can be reset by timers or event controllers or switches or sensors.
This could be useful when distributing ammunition among turrets, or for filling standardised cargo packages for delivery when more than one type of item per package is required.
This could be useful when distributing ammunition among turrets, or for filling standardised cargo packages for delivery when more than one type of item per package is required.
If your goal is to allow turrets to only pull so much ammo, such as a turret pulling only 5 cans of ammo when its capacity is 10, there are already ways to fix this. You can have an Event Controller keeping watch on said turret. Then when it's capacity hits 50% or above, it disables the use of the conveyor systems. Then if it drops below 50% it turns conveyor use back on. You can even do a group of turrets this way.
Far as predefined cargo manifests, this is easily doable by making any of the inventory management scripts vanilla or some variant of them.
If your goal is to allow turrets to only pull so much ammo, such as a turret pulling only 5 cans of ammo when its capacity is 10, there are already ways to fix this. You can have an Event Controller keeping watch on said turret. Then when it's capacity hits 50% or above, it disables the use of the conveyor systems. Then if it drops below 50% it turns conveyor use back on. You can even do a group of turrets this way.
Far as predefined cargo manifests, this is easily doable by making any of the inventory management scripts vanilla or some variant of them.
Replies have been locked on this page!