Jump to content

Teraku

Members
  • Posts

    1810
  • Joined

  • Last visited

Everything posted by Teraku

  1. You have another option, and that's pouring oil on the top layer of the hole. You don't need 81 oil buckets for a 9x9 quarry, you just need to make sure the whole quarry area is covered with oil, whether it be flowing or not.
  2. Go talk to the creators of Buildcraft, the people at Technic just put the mods together, they don't make them.
  3. Yeah, pretty much. If they're doing anything at all right now, they're testing.
  4. Not sure. If it runs on Buildcraft energy (MJ), then it will work. But I was under the impression it only works on IC2 and UE energy.
  5. My guess is that it won't be long, now that Dimensional Doors is also updated for 1.5.2.
  6. Do you have OptiFine installed?
  7. You edited your world with MCEdit. That's what causes this bug. Either get the latest MCEdit which supports the Forge 4096 fix, or stop using MCEdit.
  8. Hmm, interesting. It seems GalactiCraft is rather sloppily coded at the moment, checking lots of things on block place and then never again. This will probably be fixed in a GalactiCraft update somewhere in the future.
  9. Press Command+F11 for now. It's a bug with LWJGL.
  10. Disable your antivirus and firewall and try again.
  11. That's why you can put this at the top of the code: os.pullEvent = os.pullEventRaw That will only make you able to reboot or restart the computer. Also, I always make a maintenance password in my door locks. If I input it, the loop stops and the PC starts normally, for when I want to edit the password or something. But people can still open your door with a lever or redstone torch. So what you then do is place the door in such a way that when the door is "closed" according to the game, it's actually open. Then make the computer constantly emit a redstone signal so the door closes, and when you input the password, have the redstone signal temporarily turn off, instead of on. That actually does something completely different, as mentioned earlier in this post. If you want to stop the loop, you'll have to actually assign a variable. Such as "loop = true". Example: loop = true while loop == true do input = read() if input == "password" then loop = false else print("incorrect") end end
  12. Lethosos should be banned for making fun of itches caused by dry skin. It's a serious condition, you know!
  13. Not if you have a parachute equipped at all times. I'd say a moonbase is actually more dangerous, because if you happen to somehow run out of oxygen and trees on a space station, you can just jump down.
  14. The way you posted it should work. You probably made an error while typing this into the PC.
  15. theprolo should be banned for thinking my eyewear is corrective, how dare you insult me like that
  16. AprilElyse should be banned for not having proper lighting all the time and wearing glasses. Everyone knows corrective eyewear is unnatural and should be forbidden.
  17. AprilElyse should be banned because she suddenly has a different hair color. Pick something and stick with it, will ya?!
  18. Yes. You'll need the Stone or Cobblestone Waterproof Pipes. Make sure there's at least 2 water blocks next to the Aqueous Accumulator, too. And make sure the Levers next to the engines aren't on. If you haven't changed the Redstone Control setting, they will always run, unless supplied with a Redstone signal.
  19. Then it's probably incompatible with the later versions of Forge. What do you need zombe's mods for, anyway? If you want the "safe" function, that already works in Tekkit by pressing F7. I'm sure the rest, like flying, can be gotten with other mods.
  20. He means that once a sapling enters your hotbar, it gets marked as "This needs water to grow". How do you use saplings without your hotbar, you ask? MineFactory Reloaded.
  21. He's asking how to get started, you're listing numerous mid/endgame solutions. Get familiar with Thermal Expansion. Start with a Stirling Engine and Pulverizer/Powered Furnace. Here's the official TE wiki. It contains information about all Thermal Expansion blocks.
  22. Steam Engines need water. If you want water-less Steam Engines, use Stirling Engines instead. Use water buckets for a manual solution, or Aqueous Accumulators for automatic water supplying. Just place one, put a water block next to it, and lead the water out the top with a waterproof pipe or liquiduct, towards the engines.
  23. Are you sure you added all the class files correctly? It says it's missing a required file. Also, make sure you're adding it to modpack.jar.
  24. I think the requirements differ based on your config and the mods you have. Tekkit uses Thermal Expansion. IIRC, it was 16 Copper, 16 Invar and a Redstone Receiver Coil.
  25. AprilElyse should be banned for being a ginger. Gingers have no souls, we might as well ban them.
×
×
  • Create New...