fixed SMP bug related to BuildCraft issue #226

This commit is contained in:
Space Toad 2011-09-07 19:57:53 +00:00
parent 878cac2697
commit 5c74f5efb9
3 changed files with 520 additions and 493 deletions

View File

@ -7,6 +7,6 @@
<classpathentry kind="lib" path="../../jars/bin/jinput.jar"/>
<classpathentry kind="lib" path="../../jars/bin/lwjgl.jar"/>
<classpathentry kind="lib" path="../../jars/bin/lwjgl_util.jar"/>
<classpathentry kind="lib" path="../../jars/bin/minecraft.jar"/>
<classpathentry kind="lib" path="E:/MCP/jars/bin/paul.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,6 @@ set PATH=E:\cygwin\bin;%PATH%
cd forge
sh package.sh 1.0.6
sh package.sh 1.0.7
pause