Minecraft Forge 1.16.4-35.1.32, with an *ACTUALLY* secure version of Log4j.
Find a file
Christian 2a86167c98 Updated FML:
MinecraftForge/FML@23b070c7d0 Alternative @SidedProxy setter for Scala.
MinecraftForge/FML@2cca7aa759 Some more Scala @SidedProxy adjustments. Now properly supporting pure singletons, i.e. object C {   @SidedProxy(...)   var proxy: P = null } Removed fallback, as all such singletons are properly handled by the new code now, and class implementations fall back to the code also used for plain Java mods.
MinecraftForge/FML@8517a824e5 Merge declaration and initialization of a variable.
MinecraftForge/FML@a3a920437f Merge pull request #230 from fnuecke/master
2013-05-15 18:49:07 -04:00
client Fix NPE when rendering EntityItems that are not blocks but int he block range. 2013-05-13 21:04:55 -07:00
common Merge pull request #563 from Asajz/master 2013-05-13 21:23:46 -07:00
fml@a3a920437f Updated FML: 2013-05-15 18:49:07 -04:00
install Update licencing information to make clear that forge is allowed to redistribute and automatically 2013-01-20 10:58:07 -05:00
patches/minecraft/net/minecraft Merge pull request #568 from hitchh1k3r/master 2013-05-13 21:23:29 -07:00
.gitattributes Dll files are binary as well. 2012-10-15 15:32:25 -07:00
.gitignore Fix up patches for FML, also, add in FML as a submodule rather than a zip 2013-03-03 14:05:34 -05:00
.gitmodules Update submodule 2013-03-03 22:45:09 -05: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
changelog.py Changelog generator will now bundle failed builds with the next successful build. Should make it look better and prevent the version numbers from being confusing. 2013-04-28 15:35:14 -07:00
eclipse-workspace-dev.zip Sync up with FML, Will not run nativly as you need deobfusication_data.zip in your libs folder. 2013-02-28 03:53:42 -08:00
forge.py Removed erroring imports and update build function to die on errors. 2013-03-04 20:57:42 -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.py Re-enable changelog? Hopefully... 2013-03-23 22:31:28 -04:00
setup.py Fixed build error handling using invalid Python syntax. 2013-04-29 11:18:05 -05:00
submodule_changlog.py Added submodule changelog ganerator: 2013-03-03 14:09:48 -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