Jump to content

rcmaehl

Members
  • Posts

    669
  • Joined

  • Last visited

Everything posted by rcmaehl

  1. Be sure to COMPLETELY stop your server BEFORE you do any of this.
  2. Reset your world. You probably messed up the world somehow. (Note: minecraft_server.1.6.4.jar doesn't load mods, but it's REQUIRED by BTeam.jar)
  3. You'd have to talk to bdouble0 and his friends since the AotBT modpack was designed for them.
  4. I must have read the config wrong. It's fixed now.
  5. We're attempting to fix some errors at the moment. Please wait while the server is down.
  6. Yeah, both of them. I kept putting it off and putting it off.
  7. You can find patches here and in my signature: '?do=embed' frameborder='0' data-embedContent>>
  8. 1. Reset the pack 2. Make sure the build is "Always use the Recommended build" 3. Hit play Your saves will NOT be compatible if they contain any of the new blocks/entities in TC 3.1.3 that 3.1.2 doesn't have. (Some Railcraft stuff and I forget what else.) You shouldn't have to delete Sphax unless that Sphax was designed for TC 3.1.3 specifically. TC 3.1.3 and 3.1.2 both use MC 1.2.5. Computercraft DOES come with TC 3.1.2 and 3.1.3. The "recent" version is actually about a year old now, OFFICIAL TC development has stopped.
  9. Dude, I just skimmed his code. And was only trying to fix the error that came up. Which I did wrong because my finger was offset. Also, I improved your fix: while true do term.clear() term.setCursorPos(1,1) term.write("Please enter which floor you want to visit: ") local eingabe = read() if eingabe == "1" then redstone.setOutput("left", true) os.sleep(3) os.shutdown() elseif eingabe == "2" then redstone.setOutput("right", true) os.sleep(3) os.shutdown() else term.setCursorPos(1,2) term.write(eingable.." is not a valid floor") os.sleep(3) end end It offers error handling and API calls in case one of the functions (such as sleep) somehow gets overridden. Finally: Link to the wiki since you didn't provide it: http://computercraft.info/wiki
  10. '?do=embed' frameborder='0' data-embedContent>>
  11. I don't think pipes can travel through dimensions/worlds. Sorry!
  12. But I wasn't done reading all of them.
  13. It's both a blessing and a curse. I broke the launcher once because my account was legacy. (Minecraft auth servers kept sending "null" instead of a response.)
  14. Other server owners: Want to advertise your server on our's? We'll soon be selling advertising slots on our server.
  15. http://forums.technicpack.net/forum/68-tekkit-servers/ There you go.
  16. 1. Have you tested your modpack in singleplayer yet? If so, move on to #2. If not, test it. 2. Get the MCPC+ version for whatever minecraft version your mods require (e.g. the latest 1.6.4 MCPC+ if all your mods are 1.6.x) 3. Create a folder called server. 4. Put MCPC+ in that folder 5. Put a folder called mods in the folder called server 6. Put the mods in the mod folder 7. Start MCPC+ like you would start a minecraft server.
  17. Nothing really. Just that it has a lot of views/posts.
×
×
  • Create New...