I was out from one post for wining this D:
Pipped at the finish line.
I didn't even realize that I had started page 200 until i got the notification Omnicron replied to me. I was just responding to a question. lol
I was out from one post for wining this D:
Pipped at the finish line.
sorry if i didnt know that there was a page in the wiki about this
I don't know. Tried in many different spots.[DOUBLEPOST=1371631434][/DOUBLEPOST]Are you hitting the right spot? I know for a lot of the GT items you need to do it on weird spots. Like thermals will only break if you hit them on the black part of the top, solars only from the sides, etc.
You can use either animal farms with sewers going to a compost (slow, produces MFR fertilizer that can also be converted to forestry fertilizer) or some recyclers hooked up to a cobble generator and autocrafting that into IC2 fertilizer (faster, but depending on what you want to do may not work)Ahh crap. Found a flaw in my plan. I need infinite fertilizer. Infinite seeds is easy once mfr gets started, but how do I get fertilizer. I only have about 40 stacks of it. D=
I don't know. Tried in many different spots.[DOUBLEPOST=1371631434][/DOUBLEPOST]
You can use either animal farms with sewers going to a compost (slow, produces MFR fertilizer that can also be converted to forestry fertilizer) or some recyclers hooked up to a cobble generator and autocrafting that into IC2 fertilizer (faster, but depending on what you want to do may not work)
Playing the 1.52 inofficial beta pack with GT. Cannot use wrench on industrial electrolyzer to pick it up; neither omniwrench nor electric wrench in lossless mode. Anyone have any idea on what to do? Don't want to waste a perfectly fine electrolyzer.
Is there a way to measure the power going through an energy tesseract.
Furthermore, will 1 energy tesseract outputting it's maximum power be enough to run a quarry at max speed?
Another one,
In 1.5.2 of the ultimate pack, I removed greg-tech.
Now, for some reason I can't view any of the modular powersuit's recipes, added to that, I can't craft any of the items.
Any advice other than using greg-tech?
is there a post/link to then changes between the 0.5 and 0.6 FTB beta versions?
I installed Sphax Texture Pack and Optifine to get cooler 'comic-style' water. However Optifine slows things down for me. Is there an option to get that comic water without OptiFine?
I copied that, and added some text telling me when the signal was "on" and when it was "off" and it worked for one off and one on, but then it gave me an error on the first "Sleep(1)" section under "turtle.attack()"Been a while since I coded, but perhaps you could do something like this, I think that'd be about the program you're looking for
Code:Value = false While true do If os.pullevent("redstone") then Value = not(Value) end While Value do if os.pull event("redstone") then Value = not(Value) end turtle.attack() Sleep(1) End Sleep(1) End
My turtle is just a normal turtle. I do need some help with a melee turtle, but that's not set up yet. I'm using it (normal Turtle) to dispense one coal into an engine every time it has an ON signal from a red pipe wire beside it. But turtles can't detect on or off, only a change in state.Very good point P:
Now, lets hope we have the syntax right there, and that should be a working attack turtle code which allows them to be toggled on and off with redstone signals.
If you've already got a bunch of valuable bees just get the serum.It isn't my bee. I have never breeded bees before. Can you explain this a little more in depth? Also, the guy whos bees I am using has about 500(0 I can't remember if it is 500 or 5000) valuable bees.
while true do
while rs.getInput("<side>") do
turtle.attack()
sleep(0.5)
end
sleep(5)
end
If you put a princess, any princess (I use Rocky Princesses as I have tons from my quarries), in an alveary with about half a stack of drones, then pretty soon you'll have a princess that is identical to the drones. With each generation the princess will mate with a drone, and will give birth to a princess that has a combination of their traits. This will then mate with another of the stack of drones, etc. and eventually all the traits of the original princess will be replaced by the drones' traits. In my experience it takes about 15-20 generations for this to happen, so half a stack is enough. As soon as the stack of drones stops depleting with every generation and starts to build back up again, you know you are done because the drones being produced are now identical to the original ones. (I use BC pipes to cycle the new drones and princesses around, any drones that don't stack will pop out and are picked up by a golem)It isn't my bee. I have never breeded bees before. Can you explain this a little more in depth? Also, the guy whos bees I am using has about 500(0 I can't remember if it is 500 or 5000) valuable bees.