Skip to content

Commit

Permalink
Merge pull request #1065 from DZCreeper/patch-1
Browse files Browse the repository at this point in the history
Update install instructions for 1.6.4 versions.
  • Loading branch information
LunNova committed May 5, 2014
2 parents 41914b2 + 069636c commit 25af0ab
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ Installing TickThreading

- Install Forge, if you don't already have it. MCPC+ may also be used as the server jar.
- [Download TickThreading](http://nallar.me/buildservice/job/TickThreading/lastSuccessfulBuild/artifact/target/)
- Put it in your minecraft mods directory
- Start the minecraft server, it should close automatically.
- Run PATCHME.cmd/sh in your minecraft directory
- Put the TickThreading-x.x.x.xxx.jar in the main server folder and remove the version numbers.
- Change the .jar file in your start script to the TickThreading.jar.
- Add this JVM argument that points TickThreading to the unpatched server .jar file: --serverJar=
- Example JVM arguments: java -Xms1G -Xmx1G -XX:PermSize=128m -jar TickThreading.jar --serverJar=minecraftforge.jar
- Have fun, if anything breaks make an issue report or contact me on EsperNet/Freenode IRC. nick: nallar

Updating TickThreading
==========

- Remove the old TT jar from your mods folder
- Add the new jar
- Start and stop the server OR change the path to the TT jar in the "PATCHME" file
- Run PATCHME.cmd/sh
- Stop the server.
- Remove the old TT jar from your server folder.
- Add the new jar.
- Start server.


Java Tuning
==========
Expand Down

0 comments on commit 25af0ab

Please sign in to comment.