Ask a simple question, get a simple answer

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
How would I go about buffering a set number of items to an inventory? I want it to wait til theres enough, not feed them in one by one.

Reason being that Mekanism ore processing machines causes me lag when they start and stop repeatedly as the previous machine feeds items into the next.
 
Meh, Factorization. Why isnt there a pipe that does this? Translocators almost work and I know its doable with AE level emitters but that seems over complicated.
 
How would I go about buffering a set number of items to an inventory? I want it to wait til theres enough, not feed them in one by one.

Reason being that Mekanism ore processing machines causes me lag when they start and stop repeatedly as the previous machine feeds items into the next.
Steve's Factory Manager. Condition on the buffer inventory, if there's a certain amount in it then move them all into the machine.
 
How would I go about buffering a set number of items to an inventory? I want it to wait til theres enough, not feed them in one by one.

Reason being that Mekanism ore processing machines causes me lag when they start and stop repeatedly as the previous machine feeds items into the next.
Option 1:
Machine -> chest -> comparator -> variable length of redstone -> conduit triggered by the redstone -> machine

Option 2:
Chest buffer with a BC autairc gate attached to a wooden pipe next to it. Configuration for it should be pretty obvious.
 
  • Like
Reactions: Pyure
Yes you can play single player ftb without internet but you cannot download or update any modpack without internet

Do I need my profile to be logged in already
And if not I still can't launch the mod pack due to mojang servers offline


Sent from my iPhone using Tapatalk
 
AE2 question:
In the event that my AE2 autocrafting recipe requires, say, 100 ingots of "Electrical Steel", and I want that steel to get processed in Alloy Smelters as quickly as possible, what are strategies I can employ to disperse the smelting between more than one smelter?

If I can't figure this out I'll go the typical "ensure I have X on hand at all times via emitters" strategy, but I'd love to smelt on demand really quickly sometimes.
 
AE2 question:
In the event that my AE2 autocrafting recipe requires, say, 100 ingots of "Electrical Steel", and I want that steel to get processed in Alloy Smelters as quickly as possible, what are strategies I can employ to disperse the smelting between more than one smelter?

If I can't figure this out I'll go the typical "ensure I have X on hand at all times via emitters" strategy, but I'd love to smelt on demand really quickly sometimes.
Other than SFM, like pc_assassin sugested, you can have multiple interfaces with the same recipe and the system will be intelligent enough to distribute the load amongst all the interfaces.
 
Other than SFM, like pc_assassin sugested, you can have multiple interfaces with the same recipe and the system will be intelligent enough to distribute the load amongst all the interfaces.
I was afraid you'd say that. But its not really all that bad of a solution, and its fairly elegant in assembly if not design.
Thx kindly.
 
Other than SFM, like pc_assassin sugested, you can have multiple interfaces with the same recipe and the system will be intelligent enough to distribute the load amongst all the interfaces.
It might even work with one single interface if you don't rotate if. At least it works like that for molecular assemblers.
So you can have an interface in the middle and up to five smelters around it.
 
I've been playing ftb monster, and I've noticed that deathpoints is on. Are waypoints on? If so, what are the hotkeys for them?
 
It might even work with one single interface if you don't rotate if. At least it works like that for molecular assemblers.
So you can have an interface in the middle and up to five smelters around it.
The interface seems to point at a specific machine by default so I don't think this works. In my version of AE2 anyway.
 
The interface seems to point at a specific machine by default so I don't think this works. In my version of AE2 anyway.
It does? You're using the full block one right? Normally when you first place it down it shouldn't have any arrows on it.
 
It does? You're using the full block one right? Normally when you first place it down it shouldn't have any arrows on it.
It did but its possible I placed it "against" a machine which incurred the arrows. I'll try place it against the ground next to a machine and see if it changes anything.