Changelog: Build 1.5.1-7.7.1.666 cpw Updated FML: MinecraftForge/FML@a3b5eaacfdd9218ef68d3dc064bba729b797cb3d Fix a small modloader compatibility derp: closes #222 MinecraftForge/FML@677a6e578e84109702365da4a784f9a57d8c9957 Fix scala supporting SidedProxy. It should work now. MinecraftForge/FML@334a76de75f2b417f04c23526c7e66ceb48e0de2 Update FMLDeobfuscatingRemapper.java MinecraftForge/FML@42f1d8795599e0d1a516a1fdd7488a09b77e4565 Merge pull request #224 from Glought/master MinecraftForge/FML@2dcabe01232b48009acbca6724565598761f561b Add a to string to fmlmodcontainer: should mean less derpy cyclic dependency data MinecraftForge/FML@11ac46daebe901a6012a09ba5f6fe44af5b1be06 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@c3fda11d100f9db7c32ef212ac37eade3e35d701 Merge pull request #225 from MarcinSc/master cpw: Add forge/FML data to the f3 screen. Build 1.5.1-7.7.1.665 LexManos Forge now takes control of GuiIngame's renderGameOverlay, and spits out a ton of events to give modders control of how the screen is rendered. Inital draft for community feedback. Build 1.5.1-7.7.1.664 LexManos: Allow spawning of Bonemeal particles even if block is not set. Build 1.5.1-7.7.1.663 LexManos: Fix the BLOCK_3D render helper for items that aren't an instance of ItemBlock Closes #533 LexManos: Fix replaceable checks to work on blocks with a non-replacable material, Closes #532 LexManos: Restore world unload event for client worlds Closes #531 Build 1.5.1-7.7.1.662 LexManos: Fix logic issue in CrashReportCategory patch, blame Jadedcat for sloppy quick patch. Build 1.5.1-7.7.1.661 lhb Fix for ClassCastException when attempting to fetch Biome types from BiomeDictionary Attempting to fetch the BiomeDictionary types linked to a biome throws a ClassCastException. This fixes that lhb: getBiomesForType will cause the same problem Build 1.5.1-7.7.1.660 cpw Updated FML: MinecraftForge/FML@b3d4ea05ec633fb1898e97febf786f1a3e420986 Fix possible NPE in findItemStack, closes #218 cpw Simple block recolouring API: closes #525 Fix up documentation on "rotation" API: it is up to the mod to decide interpretation of "rotation" for the mod/block. Build 1.5.1-7.7.1.659 LexManos: Fix return value of EnchantPower hook, closes #518 LexManos: Adds a field to the player for maximum health. Player.dat additions are present, getMaxHealth() needs a magic number for spawning. Closes #527 Build 1.5.1-7.7.1.657 LexManos: New hook to allow Items to render Helmet overlays like pumpkins do. Build 1.5.1-7.7.1.656 cpw Updated FML: MinecraftForge/FML@394f424185a044afcd6b31f400e731478171dd18 Fix to output versions in crash logs MinecraftForge/FML@8f35adca7a41c280a4b63d4787f042f615966cac Use more expressive language when a version specifier is a simple unbounded above condition