Minecraft Forge 1.16.4-35.1.32, with an *ACTUALLY* secure version of Log4j.
Go to file
Christian 8e1a4cd6e0 Update FML: 28a10ac
28a10ac Null protection for ticks() -- probably should uses EnumSet.noneOf() but you can also use null now to stop ticking. closes #77
c349d51 Automatic mod entity registration into the global entity list. This might break entity code out there, sorry, but this way for most entities you no longer need to manage the global mod entity stuff at all. just remove it. FML will take care of the rest (note, worlds won't load the old entities)
ef01745 Add in a utility function that *might* tell you the context you're running in on either client or server: FMLCommonHandler.getEffectiveSide
c97d6a6 Try and stop sendPacketToAllAround from being crashy
2062273 Mods can add mod specific crash information to the crash report now Forge needs to implement MinecraftForge.getCrashCallable
6e6436e Fix up dispenser handling, add in new params for the dispenser: breaks IDispenseHandler, sorry
38f4a22 Fix up MLProp handling for null info
3a8b047 GUIs working in FML for ML mods
52483ee Support gui opening for Shelf mod
dce1cbc Updated MCPMerger to annotate unique classes with there sides, and SideTransformer to null out any class that is loaded on the wrong side.
2012-08-22 10:51:11 -04:00
bin Rebase 2012-08-01 17:41:34 -07:00
client Adds a SkyProvider class that can handle the rendering of the sky 2012-08-18 21:05:21 +02:00
common Fixed Forge's 4096 block filler initalization. 2012-08-19 17:59:06 -07:00
eclipse Cleanup repo, delete old code 2012-08-14 23:19:36 -07:00
install Updated onItemUseFirst call to include the new hit vector information, and updated readme. 2012-08-19 21:06:32 -07:00
patches Update FML to 304: 2012-08-21 12:46:35 -07:00
.gitattributes Normalize the repo 2012-08-01 21:21:29 -02:30
.gitignore Get rid of all old patches 2012-08-04 00:00:31 -07:00
build.bat Rebase 2012-08-01 17:41:34 -07:00
build.py Updated build.py 2012-08-04 22:42:17 -07:00
build.sh Update FML, make the .sh scripts executable 2012-08-16 08:46:52 -04:00
fml-src-3.0.108.315.zip Update FML: 28a10ac 2012-08-22 10:51:11 -04:00
forge.py Cleaned up forge scripts, and updated AT config for 1.3.2, deleted any reference to server specific code. 2012-08-14 23:57:16 -07:00
release.bat Rebase 2012-08-01 17:41:34 -07:00
release.py Cleaned up forge scripts, and updated AT config for 1.3.2, deleted any reference to server specific code. 2012-08-14 23:57:16 -07:00
setup.bat inital push of updated setup script and cleaned up forge.py 2012-08-04 00:55:17 -07:00
setup.py Cleaned up forge scripts, and updated AT config for 1.3.2, deleted any reference to server specific code. 2012-08-14 23:57:16 -07:00
setup.sh Update FML, make the .sh scripts executable 2012-08-16 08:46:52 -04:00
update_patches.bat Updated update_patches.py, and made first patch! 2012-08-04 22:50:54 -07:00
update_patches.py Updated update_patches.py, and made first patch! 2012-08-04 22:50:54 -07:00
update_patches.sh Update FML, make the .sh scripts executable 2012-08-16 08:46:52 -04:00