well as per seeing all these awsome builds i thought i would show my slow attempt at a base...
Your images are broken, at least for me.
well as per seeing all these awsome builds i thought i would show my slow attempt at a base...
That is correct. And 18 is the max number of industrial steam engines that a max size boiler can constantly fuel.Okay, so 36HP boiler is the max?
That is correct. And 18 is the max number of industrial steam engines that a max size boiler can constantly fuel.
Just wondering plzent3r... [snip]
Cheers for any info,
Bel*.
I know you specifically asked plzent3r but... if I remember this right when you're engines are all constantly pulling the max 8mj/t the steam in the boiler can drop as low as 50% steam, but it will then maintain it's level.
Yea ako is correct on the matter as well. The engines will only pull steam into their internal storage while receiving a redstone signal, otherwise they will not accept steam. This means that if you were to turn off your engines the steam level in the boilers should begin to rise. And they are not currently filled up because the boiler will ONLY output steam if it has more than 50% of its storage filled. That is why it wont rise below or above 50%. You are using the steam exactly as fast as it is produced. Any more and the engines would make less than 8mj/t. Any less and the steam would accumulate inside the boiler. Generally if the boiler is filled with steam while your engines are running, you can add more engines. Hope this helped in addition to Ako's response.@Ako: thanks for the info m8. I "specifically" asked plenz3"r mostly sincve he indicated he was very familiar with boilers but obviously I'm quite happy with your answer as well. I now know I don't have anything (yet) to worry about XD
My airship "ship" is almost done, then I'll have to get some sheep and sheer them a metric ton.
simple shearer:
View attachment 3354
Deployer at bottom, throw shears in there, transposer above it. Single piece of redstone pneumatic tube behind transposer feeding wool to tesseract (feeds to sorting system), jacketed wire behind deployer, red wire and timer (set to 60s) on the floor. 1x1 pen to hold the sheep.
Eh, maybe. I kinda hate using timers though.
Build a shearing turtle, use the following startup code:Eh, maybe. I kinda hate using timers though.
while true do
if turtle.getItemCount(1) == 0 then
turtle.attack()
end
turtle.dropUp()
sleep(60)
end
Build a shearing turtle, use the following startup code:
Have a chest/relay/whatever above the turtle as the storage for your wool. The getItemCount I used to check, if the chest above me is full.Code:while true do if turtle.getItemCount(1) == 0 then turtle.attack() end turtle.dropUp() sleep(60) end
Very nice looking, I like it. Maybe next time you could take the pics during daytime? Kinda tough to see a couple of things.
With the ability to fly with modular power suit and access to void ages thanks mystcraft I've found my idea of what constitutes a base has radically altered.
Snip
[/spoiler]
New workshop inspired by Twilight Forest and Applied Energistics. AE is sooooo good.