Jump to content

jumpandshootbeef

Members
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by jumpandshootbeef

  1. nvm there is no known fix for this bug from what I understand, try using different accounts on different hosting sites
  2. I see you use mac? Mistake. Well, try actually removing the mod, because it was present in macosx/mods and /mods
  3. hmm you can try to change the file name to all lower cases and tell me your map layout. It must be a head folder with 3 folders in it: -bin Must contain the modpack.jar (forge<version>.jar renamed) -config -mods Kinda obvious
  4. You have a bin folder with the forge version in it? Rename forge<version>.jar to modpack.jar
  5. Download the latest forge installer in an empty folder, copy all mods except client side mods to that folder and upload the whole thing via filezilla or another program to your server.
  6. What exactly is going wrong? Did waiting a while until technicpack updated help?
  7. Modpack all done and ready for download: http://www.technicpack.net/modpack/justthemodpack.784377
  8. Oh and tell me your technicpack (not technic forums) name so I can transfer ownership when it is done Atomic science is a 1.6.4 mod
  9. Hey dude imma make that for you Give me an hour or 2
  10. Need more info to be able to fix anything, try pasting your latest.log to pastebin and paste the link here
  11. Do you really need legacyjavafixer? I suggest just installing java 7 along java 8. The launcher counter updates, but not so often. From what I saw everything was allright, try updating all the mods to latest version and putting the minecraft jar in the bin folder too (respective version)
  12. Did you download the universal forge for your version? Rename it to 'modpack.jar' and put it in the bin folder
  13. Im going to sleep, I live in the Netherlands. I do not know at what time I will be online tomorrow, if even. I'll make sure to check my inbox.
  14. Hey, you still awake? Add me on skype. I can help ya, its very easy If you dont want to/cant contact me on skype, just mail me your modpack, I will fix it and host it. Skype: marcel5436441 (all the numbers, I got a lot of accounts of which i forgot my password.) Email: [email protected]
  15. Custom modpack. Pack is available for download at: http://www.technicpack.net/modpack/cmodpackfps.777609 Or if you prefer just paste the link in the technic launcher: http://api.technicpack.net/modpack/cmodpackfps Maximum of 5 people can join the server. You must be nice, may sound weird, but I deem that very important. If you grief or steal you will be permanently banned, no exceptions. You can get help in materials from me or any other member of the server. I can also just give you full gem armor or quantum, if you really want to, I don't have a use for those anymore xD. The end can be reset as many times as requested, as well as the eldricht (thaumcraft ~ Via pillars) Rules: Pretty straight forward: -Be nice -No Griefing -PvP is enabled, for if you want to have a fun brawl with a friend, not for random killing: NO KILLING -All other things that are not nice -You have to add me on Skype, Discord, Curse voice or KiK. -Do not use or abuse any glitches or bugs. -Maximum of 1 chunk loader for now, if you live nearby me, we can set mine on a bigger scale. Less lagg for the server No mods have been removed from the Tekkit Legends pack. May change in the future. I added: Thaumcraft. Thaumic Tinkerer. Thermal Foundation. Thermal Expansion. Thermal Dynamics No banned items. 24/7 server located in Amsterdam. People in America will probably will have a little laggspike sometimes. Europe recommended. Tell me your username via any given communication service and I will add you on the whitelist. Skype - marcel5436441 - use all the numbers, otherwise you will try to make friends with an account of which I forgot the password. KiK - HenkFish Discord: https://discord.gg/0izdZq7x7CCHmxyN Curse: marcel902 (villager avatar) I am not always active on my curse voice, prefer other methods. Ip: 178.20.170.72:25701 If you ask me reaaaaally sweetly, I might add a mod for you. Pictures: My Home and structures: http://imgur.com/a/9BvO1 That's the album of all good screenshots I could take for now. And ofcourse, I like rail. I like making tracks, so here is a vid of the track: It took me a while to make, I know, its not really a good vid, but movie maker reasons :). https://www.youtube.com/watch?v=bimYgltx26M Thats all. Cya
  16. I found it! Java platform SE binary is still running. You need to open task manager and make sure every java process is closed. It should work then
  17. It seems like one of those rare bugs that happen when some file is missing after install. I do not know how to fix this. Try deleting the complete modpacks/tekkitclassic folder and installing latest version of java. I can't think of anything else
  18. I have set it to: print("Enter Password: ") answer = read() if answer == "password" then print("Access Granted.") redstone.setOutput("left",true) sleep(5) redstone.setOutput("left",false) os.shutdown() else print("Access Denied.") sleep(5) os.shutdown()
  19. Found the problem the end in the middle does seem to screw all the stuff up, its pretty stupid of me to forget that...
  20. I used eof at the 11th line, and it sais it expected an = at the 12th line? I do not know much of this, but it seems legit for how far I can tell . Only the cpu doesn't think its legit...
  21. Hello people, I just watched a tutorial saying how to lock a door with an computer, for this case I used the computer on the right side of the door: print("Enter Password:") answer = read() if answer== "password" then print("Password correct") redstone.setOutput("left",true) sleep(5) redstone.setOutput("left",false) os.shutdown() end I was wondering, can I also let the os shutdown if something else is typed in? thanks already :D
×
×
  • Create New...