Fixed IOException not found error in CovertJaguires pull request. Updated scripts so that build should now be fixed

This commit is contained in:
LexManos 2012-03-17 19:54:40 -07:00
parent e3359fdbd3
commit e883645266
2 changed files with 4 additions and 3 deletions

View File

@ -2,11 +2,11 @@
echo =================================== Build Start ================================= echo =================================== Build Start =================================
cd .. cd ..
rem rmdir /S /Q src rmdir /S /Q src
rem mkdir src mkdir src
echo src_work -^> src echo src_work -^> src
rem xcopy /Q /Y /E src_work\* src\ xcopy /Q /Y /E src_work\* src\
echo. echo.
echo forge_client -^> minecraft echo forge_client -^> minecraft

View File

@ -2,6 +2,7 @@ package net.minecraft.src.forge;
import java.io.DataInputStream; import java.io.DataInputStream;
import java.io.DataOutputStream; import java.io.DataOutputStream;
import java.io.IOException;
/** /**
* A interface for Entities that need extra information to be communicated * A interface for Entities that need extra information to be communicated