Failed to turn free power mode off

Also update IC2 api files but it doesn't look like anything has changed.

Another thing 7zip does work that way on my computer as the script for
building was created. I have to use the 7za.exe inorder to get it too
work.
This commit is contained in:
Rseifert 2013-02-09 06:05:19 -05:00
parent ed749ed2a4
commit 0df335b442
4 changed files with 8 additions and 7 deletions

View file

@ -1 +1 @@
73
74

View file

@ -66,3 +66,4 @@ x AssemblyLine_v0.2.4.64.jar AssemblyLine_v0.2.4.64_api.zip
@ AssemblyLine_v0.2.5.71.jar AssemblyLine_v0.2.5.71_api.zip
@ AssemblyLine_v0.2.5.72.jar AssemblyLine_v0.2.5.72_api.zip
* AssemblyLine_v0.2.5.73.jar AssemblyLine_v0.2.5.73_api.zip
@ AssemblyLine_v0.2.5.74.jar AssemblyLine_v0.2.5.74_api.zip

View file

@ -24,15 +24,15 @@ runtime\bin\python\python_mcp runtime\reobfuscate.py %*
::ZIP-UP
cd reobf\minecraft\
7z a "..\..\builds\%FILE_NAME%" "*"
"..\..\..\7za.exe" a "..\..\builds\%FILE_NAME%" "*"
cd ..\..\
cd resources\
7z a "..\builds\%FILE_NAME%" "*"
7z a "..\builds\%BACKUP_NAME%" "*" -pdirewolf20rocks
"..\..\7za.exe" a "..\builds\%FILE_NAME%" "*"
"..\..\7za.exe" a "..\builds\%BACKUP_NAME%" "*" -pdarkguardsman
cd ..\
cd src\
7z a "..\builds\%BACKUP_NAME%" "*\assemblyline\" -pdirewolf20rocks
7z a "..\builds\%API_NAME%" "*\assemblyline\api\"
"..\..\7za.exe" a "..\builds\%BACKUP_NAME%" "*\assemblyline\" -pdarkguardsman
"..\..\7za.exe" a "..\builds\%API_NAME%" "*\assemblyline\api\"
cd ..\
::UPDATE INFO FILE

View file

@ -15,7 +15,7 @@ import universalelectricity.prefab.network.PacketManager;
*/
public abstract class TileEntityAssemblyNetwork extends TIC2Receiver
{
public boolean debugMode = true;
public boolean debugMode = false;
/**
* The range in which power can be transfered.
*/