Minecraft Forge 1.16.4-35.1.32, with an *ACTUALLY* secure version of Log4j.
Find a file
Christian de8a4c8855 Updated FML:
MinecraftForge/FML@a3b5eaacfd Fix a small modloader compatibility derp: closes #222
MinecraftForge/FML@677a6e578e Fix scala supporting SidedProxy. It should work now.
MinecraftForge/FML@334a76de75 Update FMLDeobfuscatingRemapper.java
MinecraftForge/FML@42f1d87955 Merge pull request #224 from Glought/master
MinecraftForge/FML@2dcabe0123 Add a to string to fmlmodcontainer: should mean less derpy cyclic dependency data
MinecraftForge/FML@11ac46daeb Fixing the GameRegistry. Now it is possible to register a Block with a BlockItem using following code: MyBlock myBlock = new MyBlock(); GameRegistry.registerBlock(myBlock, MyBlockItem.class, "myBlock"); where MyBlockItem class has one constructor with signature: public MyBlockItem(int id, Block block)
MinecraftForge/FML@c3fda11d10 Merge pull request #225 from MarcinSc/master
2013-04-21 16:43:24 -04:00
client Merge remote-tracking branch 'refs/remotes/origin/GuiIngame' 2013-04-21 10:42:17 -07:00
common Merge remote-tracking branch 'refs/remotes/origin/GuiIngame' 2013-04-21 10:42:17 -07:00
fml@c3fda11d10 Updated FML: 2013-04-21 16:43:24 -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 remote-tracking branch 'refs/remotes/origin/GuiIngame' 2013-04-21 10:42:17 -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 Damn you python and your tab obsession! 2013-03-23 23:25:08 -04: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 new python changes. 2013-03-04 17:21:15 -08: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