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:
parent
ed749ed2a4
commit
0df335b442
4 changed files with 8 additions and 7 deletions
|
@ -1 +1 @@
|
|||
73
|
||||
74
|
||||
|
|
1
info.txt
1
info.txt
|
@ -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
|
||||
|
|
10
publish.bat
10
publish.bat
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue