Minecraft Forge 1.16.4-35.1.32, with an *ACTUALLY* secure version of Log4j.
Find a file
LexManos dedc02fa22 Move chunk compression to the network thread in Packet 51 and 56
This will reduce the server load considerably by doing the chunk data compression in writePacketData, which will be run from the network thread.

The chunk compression can easily use 1/4th of the overall server thread CPU time if someone is exploring much, especially when moving quickly (e.g. with quantum leggings).

Player, this is how it's properly done.
2012-12-23 23:31:13 -08:00
client Fixed items dieing improperly due to new EntityItem sync changes, also made items render offset when rendered in 3d. 2012-12-18 06:56:28 -08:00
common Some access transformations to allow mystcraft to work again. Closes #331 2012-12-23 15:32:25 -05:00
GnuWin32 Add wget and unzip from GnuWin32 for use in the setup scripts. 2012-12-03 18:12:05 -08:00
install Update readme to reflect the fact that we now download MCP. 2012-12-12 14:28:36 -08:00
patches/minecraft/net/minecraft Move chunk compression to the network thread in Packet 51 and 56 2012-12-23 23:31:13 -08:00
.gitattributes Dll files are binary as well. 2012-10-15 15:32:25 -07:00
.gitignore Add .DS_Store to the gitignore for mac users 2012-12-12 01:24:19 -08:00
build.bat Update python files to add support for specifying MCP directory and FML downloading MCP on the fly. 2012-12-03 18:15:38 -08:00
build.py Update python files to add support for specifying MCP directory and FML downloading MCP on the fly. 2012-12-03 18:15:38 -08:00
build.sh Update FML, make the .sh scripts executable 2012-08-16 08:46:52 -04:00
changelog.py Cleanup some debug in the script, and fix version number for the current build. 2012-10-28 23:42:41 -07:00
eclipse-workspace-dev.zip Fixup workspace for BC replacement 2012-12-12 23:01:05 -08:00
fml-src-1.4.6-4.6.12.511-master.zip Update FML: 2012-12-20 15:00:16 -08:00
forge.py Added jar signing to forge, we sign cpw/* and net/minecraftforge/* 2012-12-17 23:53:33 -08:00
MANIFEST.MF Forge build change: the universal jar, if installed alongside a server jar file, can be executed to load forge. No server side merging required! 2012-10-18 21:31:39 -04:00
release.bat Update python files to add support for specifying MCP directory and FML downloading MCP on the fly. 2012-12-03 18:15:38 -08:00
release.py Try and print error while signing jar 2012-12-18 00:21:24 -08:00
setup.bat Update python files to add support for specifying MCP directory and FML downloading MCP on the fly. 2012-12-03 18:15:38 -08:00
setup.py Cleaned up eclipse workspace and moved it to a zip file. 2012-12-09 14:09:11 -08:00
setup.sh Update FML, make the .sh scripts executable 2012-08-16 08:46:52 -04:00
update_patches.bat Update python files to add support for specifying MCP directory and FML downloading MCP on the fly. 2012-12-03 18:15:38 -08:00
update_patches.py Update python files to add support for specifying MCP directory and FML downloading MCP on the fly. 2012-12-03 18:15:38 -08:00
update_patches.sh Update python files to add support for specifying MCP directory and FML downloading MCP on the fly. 2012-12-03 18:15:38 -08:00