If they can carry it, the plasma injector won't accept it.Interestingly enough, LogisticsPipes registers the Plasma as a valid fluid, though I'm not sure if it can safely transport it yet. Something I should try later on (if I can ever figure out how to build the control room for my reactor...), though I have the feeling the extractor pipe may not handle it.
No. My new world has three and they have trouble keeping up.Does anyone know if one Hydrogen Preheater is enough to supply four Plasma Injectors? I am finding that if not, I may actually not have enough wool... I have 12k...I feel like in Agrarian Skies: "Your next quest is to collect 20000 wool. Reward: a fusion reactor blueprint".
As of v24, no. The preheater and injector machines will not interact with any pipe type except mine. You can still spawn in drums of fusion plasma from ExtraUtils, but it might as well be glowstick fluid for how useful it is.Also I'm wondering if you can send fusion plasma through a tesseract. LOL, I don't think I've ever done so much testing for a MC building project. Too bad I can't test this too far in advance because I need a functional hydrogen preheater.
All right. No matter - since I need four of them anyway I might as well build them near their targets. But just out of curiosity: what about pipe connections to tesseracts? That's what I was thinking about: piping the plasma out of a preheater in the regular magnetic pipe and through a tesseract into another magnetic pipe that ends in an injector. I didn't want to circumvent powering the pipes, just to avoid long piping cluttering things up.No. My new world has three and they have trouble keeping up.
As of v24, no. The preheater and injector machines will not interact with any pipe type except mine. You can still spawn in drums of fusion plasma from ExtraUtils, but it might as well be glowstick fluid for how useful it is.
Pipes will not connect to tesseracts.All right. No matter - since I need four of them anyway I might as well build them near their targets. But just out of curiosity: what about pipe connections to tesseracts? That's what I was thinking about: piping the plasma out of a preheater in the regular magnetic pipe and through a tesseract into another magnetic pipe that ends in an injector. I didn't want to circumvent powering the pipes, just to avoid long piping cluttering things up.
I am a little obsessive, aren't I? That's why it took me so long to get to jet fuel. Build no permanent processing facility without having a supporting infrastructure, which means automated fuel production. Having said that, you can't be bad at this if you're powering your whole base off an auroral battery.FYI, Ieldra, your infrastructure OCD is probably the lead contributing factor in my minecraft education these days.
I am playing on a server with it set to 10 and have no issues. And again, there is no relation in code, so I cannot see how it would have any effect.Reika, all I can say is i made it three times, took out one block, shutdown the server and set sync to 1 in the server config. Started it back up, placed the last block and *pop* it assembled. Shutdown, reverted to sync 20. Startup it's still there, break one block out and replace it, it refuses to assemble.
So from the programming side I understand you assert it isn't related. From the user experience, I can consistently replicate this pattern where the sync is somehow preventing me from doing it. Or the sync is the only variable I changed.
I am playing on a server with it set to 10 and have no issues. And again, there is no relation in code, so I cannot see how it would have any effect.
Sync packet delay only controls how often the server sends packets to the client. The multiblock checker is a simple "are these blocks here" check, and has no syncing functionality.
Unfortunately I didn't say it made sense. I'm just reporting that it wouldn't assemble until the server had been restarted with a sync of 1. Luckily that's a workaround I won't have to do often.
Reika, all I can say is i made it three times, took out one block, shutdown the server and set sync to 1 in the server config. Started it back up, placed the last block and *pop* it assembled. Shutdown, reverted to sync 20. Startup it's still there, break one block out and replace it, it refuses to assemble.
Overall I gave a summary, I'm not sure that the order one off isn't an artifact of my description.Hey @Demosthenex.
I noticed a tiny quirk in your test above.
* Breakblock, shutdown, setsync:1, restart, place block ---> Works
* Shutdown, setsync:20, restart, breakblock, place block ---> Doesn't work
I'm curious what happens if you do the exact same pattern in both tests (where you break the block before or after the restart consistently)
This may assist the modder in identifying a problem on your end or his.
Overall I gave a summary, I'm not sure that the order one off isn't an artifact of my description.
Next time I make one, I'll follow the same steps identically. Otoh, it was very consistent with sync:1 that I was able to build it several times and always in single player, but on sync 20 I build it and failed repeatedly in several locations confined and outdoors. Note that the final working installation is in the confined space.
Right, just checking. The reason I even suggested it was because restarts themselves tend to fix an awful lot of problems for Horizons/Monster. Its theoretically possible that breaking a block in the multiblock causes a problem which is only repaired by restarting. In which case the sync20 restart wouldn't have helped because (I thought) you had broken the block after the restart.
If true, it would mean it was the restart itself fixing the issue, and nothing to do with the sync setting. Theoretically
I forgot you were a programmer. I shoulda remembered that and not spouted off basic debugging protocol :/I'm a programmer as well, I like systems. ;]
I do recall trying to see if the restart was the cause. It was not, because after I built the turbine at sync 1 I tried after another restart at sync 20 to confirm it was still broken. I don't think the restart is related. Like I said before, we're running MCPC+ (not that we have a choice, that's another story) so I don't want to take too many of Reika's cycles when I have a workaround.
The thing I'm encountering now which is very frustrating is I prototyped waste storage in single player and let it run full of waste for a day to ensure it was stable. With only 6 pellets outputting waste I blew up my storage container on the server using the same layout. I'm wondering if MCPC isn't re-creating water fast enough or something. I don't want to just void the waste, but twice now I've had designs explode that tested fine in SP. It's very frustrating.
First the depth temperature might have been the cause, the new depth is -20C, and I can't imagine the container was even full. There's no evidence of 64 stacking though I'm using item ducts. I'm at a loss.
I forgot you were a programmer. I shoulda remembered that and not spouted off basic debugging protocol :/
I don't recall the specifics, but Reika has in the past highly recommended against using ItemDucts (specifically) for handling waste.
Personally, I find the waste system unnecessarily punishing and highly not-fun. If I were still playing the mod I'd push hard for some changes in this area.
@Demosthenex I honestly believe MCPC is causing your problem. In the past, it has caused everything to force logs not working in a squeezer, but it does work in the magma crucible. I once had a Big Reactor refuse to form from MCPC. I'm not saying to remove it, because I understand you need it. Besides you have solved your problem, albeit with a method that should have nothing to do with it(Again, MCPC). Just expressing my opinion.
EVOC fixes most of the sane bugs as MCPC and is more supported than it.I agree with you there. I'm testing in creative on the server now...
There's a reason I said I don't want to waste Reika's cycles. I understand why MCPC+ breaks so many things. My issue is for a server it fixes so many things we can't run without it. I've worked to remove as many buggy interactions as I can. I found a workaround for the HP turbine, so that's ok.
As to the waste, I'm wondering if our chunk loader timeout is part of the problem. I'm still experimenting, but I'm certain the waste issue is caused by our server settings. It could be something as simple as a slower water regen period.
EVOC fixes most of the sane bugs as MCPC and is more supported than it.