SurrealDelight Posted June 29, 2012 Posted June 29, 2012 Is there a tutorial on how to make an EMC generator without using energy collectors? Energy Collectors are banned in the server I play on.
reptar Posted July 1, 2012 Posted July 1, 2012 sugarcane works best for me, with a little bit of computercraft you can fully automate it
warpspeed10 Posted July 1, 2012 Posted July 1, 2012 Or a dark room that picks up the flowers as soon as they are spawned by using a deployer with bone meal on grass. Almost all of these types of generators require condensers. Are these banned on your server as well?
Foreplaying Posted July 1, 2012 Posted July 1, 2012 Macerating blaze rods is the most stupid... 5 powder for each grind... its what, 160% efficient?
SurrealDelight Posted July 1, 2012 Author Posted July 1, 2012 Or a dark room that picks up the flowers as soon as they are spawned by using a deployer with bone meal on grass. Almost all of these types of generators require condensers. Are these banned on your server as well? Nope, the only thing banned on my server are energy collectors. What's THE most efficient EMC gen?
Milk Posted July 1, 2012 Posted July 1, 2012 Nope, the only thing banned on my server are energy collectors. What's THE most efficient EMC gen? In terms of what? Speed? Resource usage? Something else?
Foreplaying Posted July 1, 2012 Posted July 1, 2012 Blaze rods are, if you don't have access to Energy Collectors. And Red Matter Furnaces, which are super bugged.
Shadow Posted July 1, 2012 Posted July 1, 2012 Macerating blaze rods is the most stupid... 5 powder for each grind... its what, 160% efficient? 250%; the math isn't hard. 1 blaze rod grinded = 2.5x it's input. We can't really incorporate EU cost as there is no standard rate for this. https://docs.google.com/spreadsheet/ccc?key=0Av8qymsPh1AOdEwxTmpxelpqX1VOTHdRT3dMaTZIS1E#gid=0 Bottom right I calculate efficiency, without heed to EU cost in maceration. Still, exploiting the difference in macerated blazerods is nice, but milk generators are by far more easily set up in the beginning (though itdepends if you find blaze-rods easier to find than diamonds). This is efficiency per stroke dependant on EMC going into the product, but as milk and soup have no prerequisite in terms of alternate inputs (barring the mooshroom) they tend to be fantastic early on and quite effective. I tried it out for a bit and got 4 cows in a cycle using two EE condensers, and it worked wonderfully. Stacks of diamond blocks over a couple hours, and I ended up giving up on EE at that point.
SurrealDelight Posted July 1, 2012 Author Posted July 1, 2012 In terms of what? Speed? Resource usage? Something else? In terms of speed I guess.
reptar Posted July 2, 2012 Posted July 2, 2012 I use sugar cane for all my emc needs. With a bit of clever computer raft you can fully automate it too
SurrealDelight Posted July 2, 2012 Author Posted July 2, 2012 I use sugar cane for all my emc needs. With a bit of clever computer raft you can fully automate it too Can I see how it works.
reptar Posted July 2, 2012 Posted July 2, 2012 when i get back to my computer ill see if i can shot a video, but 4 stacks of sugar cane = 1 diamond
Shadow Posted July 2, 2012 Posted July 2, 2012 when i get back to my computer ill see if i can shot a video, but 4 stacks of sugar cane = 1 diamond All well and good, but the speed of sugar cane growth = god awful. Milk/soup generator operates as fast as you can click. It also scales, so any argument about size of reed farm is defeated as well. The only factor is the starting lineup and knowing how to make RP2 items, but this is offset by you not having to know how to code Lua.
reptar Posted July 2, 2012 Posted July 2, 2012 for a=1,7 do for e=1,31 do turtle.forward() turtle.dig() end turtle.turnLeft() turtle.forward() turtle.turnLeft() for i=1,31 do turtle.forward() turtle.dig() end turtle.turnRight() turtle.forward() turtle.forward() turtle.turnRight() end turtle.turnRight() for o=1,21 do turtle.forward() end turtle.turnLeft() turtle.back() for u=1,6 do turtle.select((u)) turtle.drop() end That's the code for the turtles, the farm in this instance is 20 x 30. The farm is laid out like so: x = sugarcane o=water xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo xxoxxoxxoxxoxxoxxoxxo Simply add a loop and to keep it continually harvesting. Also, the great thing about this farm is that while the automation requires some knowledge of how to code in lua, and 3 diamonds, if you are ok with manual harvesting, then this farm can be one of the first things set up in your world.
Zaste Posted October 4, 2012 Posted October 4, 2012 I find block breakers easy to use, lava on one side, water on the other, when they mix, they give cobblestone, one gives 1 emc per second, I set up about 25 of these under ground. I'm no good at explaining this. Watch "mo cobblestone" for tekkit with duncan
Spleenface Posted October 9, 2012 Posted October 9, 2012 Two recommendations. 1: 2 condenser, 6 filters, 8 tubes, ~10 redstone, timer, 3 deployers and 3 cows. trap the cows in place, put deployers facing the cows. Put a filter (targeting milk buckets) taking out of the deployer, into a tube and into the condenser. Set condenser to empty buckets, have a filter taking empty buckets out of the condenser and back into the deployer. Set up 3 or these, 2 sharing 1 corner and 1 on top. set it so if there is no room for buckets in the first condenser they will go into the second condenser. Set that to whatever you want. Wire up everything (filters and deployers)with redstone and set timer to minimum(0.2seconds). I find this produces about 1/3 as much as a full collector array.
Spleenface Posted October 9, 2012 Posted October 9, 2012 Second (i split them up) Macerate blaze rods (have condenser set to blaze rods, pneumatic tube them into a rotary macerator powered by an LV solar and batbox. Pneumatic tube the powder into the condenser. I set this up on my server and made 40 diamond blocks in a few hours of playing.
deerhunter101 Posted October 9, 2012 Posted October 9, 2012 Super cheap emc generator using bones and blaze rods,
andrewdonshik Posted October 9, 2012 Posted October 9, 2012 Second (i split them up) Macerate blaze rods (have condenser set to blaze rods, pneumatic tube them into a rotary macerator powered by an LV solar and batbox. Pneumatic tube the powder into the condenser. I set this up on my server and made 40 diamond blocks in a few hours of playing. If you can fit it in one post, don't.
minetoos Posted October 19, 2012 Posted October 19, 2012 http://www.youtube.com/watch?v=TUT6h2nagf4 See this video for a very compact and fast EMC generator!
Colindapieman Posted October 29, 2012 Posted October 29, 2012 That is realatively slow. Mine does 97,000 emc per second in a 13 by 13 room. (13x13 room makes approx 1 red matter per 3 seconds) Theoretically if you have space you can get as many as you want. http://forums.technicpack.net/threads/post-your-emc-generator-designs-no-energy-flowers-allowed.26320/#post-210229 THIS IS EXTREMELY OP!
Paul Vaughn Posted October 29, 2012 Posted October 29, 2012 check youtube for cow generators and soup generators.
Overloaderdave Posted November 3, 2012 Posted November 3, 2012 or... basically, this is what happens when a glitch with just EE happens. harvest ring is seeing that there is a top one, so harvests a non-existant cane, generating insane amounts of reeds in seconds, and the ped is to automate; just stand there with the harvest ring in your hand the the BHB in the condenser and watch the EMC pour in.
Colindapieman Posted November 3, 2012 Posted November 3, 2012 It's a pity the pedestals are banned on many servers. Whats the emc/second for one?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now