Giter Site home page Giter Site logo

fml's Introduction

This is Forge Mod Loader, or FML for short, by cpw.

More information can be found at https://github.com/MinecraftForge/FML/wiki

It is a clean reimplementation of a mod loading system for client and server.

It can be installed on its own, or as part of Minecraft Forge.

----------------------
About Forge Mod Loader
----------------------

Environments and compatibility
==============================
FML covers two main environments: client and server. All environments share
the main mod loading code base, with additional varying hooks based on the 
specific environment.

There are some very visible changes to the client when FML is installed.

There are some bukkit compatibility hooks available, consult MCPC+, now known as Cauldron
for more information.

Minecraft Forge in all cases bundles FML as it's modloading technology of choice
because FML is open source, freely distributable, and can be easily updated by
contributors through github.

Notable integrations
====================
Optifine has FML compatibility. It varies from Optifine release to release, however
in general it will work well alongside an FML or 
Minecraft Forge installation. FML will detect and ensure the good operation of
Optifine (you can see it in your client as an additional data line on the 
bottom left).

Mod information
===============
FML exposes the mod information through a mod list visible on the main screen as
well as some small branding enhancements. For full data mods need to provide an
information file. This file is a standard format so hopefully tools providing
launch capabilities can also leverage this content.

-------------------------------
Binary installation information
-------------------------------
If you have downloaded a binary zip file you can install it as follows (client
or server):

Installation
============
To install on a server, simply execute the FML or Forge jar file, with a copy of
minecraft_server-@[email protected] placed in the same directory. FML will launch
it's patched copy.

To install on a client, run the installer by executing java -jar <installer>.jar.
It will identify the location of you minecraft installation (this can be customized)
and create a new profile "FML" there.

Forge Installation
==================
This code also ships as a part of Minecraft Forge. You do not need to install it
separately from your Minecraft Forge installation. Minecraft Forge contains the
exact same code as this. You should not install FML if you are also installing
Minecraft Forge.

-------------------------------------------
Source installation information for modders
-------------------------------------------
This code follows the Minecraft Forge installation methodology. It will apply
some small patches to the vanilla MCP source code, giving you and it access 
to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "unrenamed" MCP source code (aka
srgnames) - this means that you will not be able to read them directly against
normal code.

Source pack installation information:

Standalone source installation
==============================

To install this source code for development purposes, extract this zip file.
It ships with a demonstration mod. Run "gradle setupDevWorkspace" to create
a gradle environment primed with FML. Run gradle eclipse or gradle idea to
create an IDE workspace of your choice.
Refer to ForgeGradle for more information about the gradle environment

Forge source installation
=========================
MinecraftForge ships with this code and installs it as part of the forge
installation process, no further action is required on your part.

For reference this is version @MAJOR@.@MINOR@.@REV@.@BUILD@ of FML
for Minecraft version @MCVERSION@.

fml's People

Contributors

abrarsyed avatar agaricusb avatar airbreather avatar bloodmc avatar bspkrs avatar chicken-bones avatar covertjaguar avatar cpw avatar diesieben07 avatar emberwalker avatar fnuecke avatar genuinesounds avatar grinch avatar ichun avatar jeffreykog avatar jrtc27 avatar killjoy1221 avatar lexmanos avatar matthewprenger avatar pahimar avatar parker8283 avatar rainwarrior avatar scottkillen avatar sfplayer1 avatar soaryn avatar stephan-gh avatar tterrag1098 avatar uristqwerty avatar vazkii avatar zot201 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fml's Issues

RegisterBlock

For some reason, my block has to implement the interface "BlockProxy" in order to use "GameRegistery.registerBlock(XXX)". Why is that? If I don't it gives me errors.

Caused by: java.lang.ClassCastException: universalelectricity.basiccomponents.BlockBCOre cannot be cast to cpw.mods.fml.common.registry.BlockProxy
2012-08-14 23:05:41 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:179)
2012-08-14 23:05:41 [INFO] [STDERR] at universalelectricity.basiccomponents.BasicComponents.load(BasicComponents.java:105)
2012-08-14 23:05:41 [INFO] [STDERR] ... 30 more

Is this a bug or am I supposed to implement that empty interface "BlockProxy"?

Child Mods in Mod Metadata

This is more of a suggestion than an issue. It would be great if child mods get to have their display page in the mods page under their parent's section.

Installation Source Failure

When I place the fml folder in the root mcp62 it is trying to look for src_work and src_base which I don't have:

C:\Documents and Settings\HP_Owner\Desktop\Minecraft Eclipse Workspaces\Constant
s\mcp62\fml>echo off
Forge Mod Loader Windows Setup Program

== MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) ==

found jad, ff, jad patches, ff patches, osx patches, srgs, name csvs, doc csvs

, param csvs, astyle, astyle config

Creating Retroguard config files
== Decompiling client using fernflower ==
Creating SRGs
Applying Retroguard
Applying MCInjector
Unpacking jar
Copying classes
Decompiling
Copying sources
Applying fernflower fixes
Applying patches
Cleaning comments

  • Done in 821.38 seconds
    == Reformating client ==
    Cleaning sources
    Replacing OpenGL constants
    Reformating sources
  • Done in 57.48 seconds
    !! renaming disabled !!
    == Decompiling server using fernflower ==
    Creating SRGs
    Applying Retroguard
    Applying MCInjector
    Unpacking jar
    Copying classes
    Decompiling
    Copying sources
    Applying fernflower fixes
    Applying patches
    Cleaning comments
  • Done in 544.45 seconds
    == Reformating server ==
    Cleaning sources
    Reformating sources
  • Done in 37.45 seconds
    !! renaming disabled !!
    !! recompile disabled !!
    File Not Found
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/server/MinecraftServer.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/server/MinecraftServer.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    7 out of 7 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/BlockDispenser.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/BlockDispenser.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/ChunkProviderServer.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/ChunkProviderServer.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/ConsoleCommandHandler.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/ConsoleCommandHandler.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/Entity.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/Entity.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/EntityItem.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/EntityItem.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/EntityList.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/EntityList.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/GenLayerBiome.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/GenLayerBiome.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/NetLoginHandler.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/NetLoginHandler.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/NetServerHandler.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/NetServerHandler.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    3 out of 3 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/ServerConfigurationManager.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/ServerConfigurationManager.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    3 out of 3 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/ServerGUI.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/ServerGUI.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/SlotCrafting.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/SlotCrafting.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/SlotFurnace.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/SlotFurnace.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/StatBase.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/StatBase.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/StringTranslate.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/StringTranslate.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    3 out of 3 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/TileEntity.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/TileEntity.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/TileEntityFurnace.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/TileEntityFurnace.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    2 out of 2 hunks ignored
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:

    |--- ../src-base/minecraft_server/net/minecraft/src/WorldType.java 0000-00-00 00:00:00.000000000 -0000
    |+++ ../src-work/minecraft_server/net/minecraft/src/WorldType.java 0000-00-00 00:00:00.000000000 -0000

    No file to patch. Skipping patch.
    4 out of 4 hunks ignored
    ..\fml\src\minecraft\fmlversion.properties
    ..\fml\src\minecraft\cpw\mods\fml\client\BlockRenderInfo.java
    ..\fml\src\minecraft\cpw\mods\fml\client\FMLClientHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\client\FMLTextureFX.java
    ..\fml\src\minecraft\cpw\mods\fml\client\GuiModList.java
    ..\fml\src\minecraft\cpw\mods\fml\client\GuiScrollingList.java
    ..\fml\src\minecraft\cpw\mods\fml\client\GuiSlotModList.java
    ..\fml\src\minecraft\cpw\mods\fml\client\ITextureFX.java
    ..\fml\src\minecraft\cpw\mods\fml\client\KeyBindingHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\client\OptifineModContainer.java
    ..\fml\src\minecraft\cpw\mods\fml\client\OverrideInfo.java
    ..\fml\src\minecraft\cpw\mods\fml\client\SpriteHelper.java
    ..\fml\src\minecraft\cpw\mods\fml\common\FMLCommonHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\FMLLogFormatter.java
    ..\fml\src\minecraft\cpw\mods\fml\common\FMLModContainer.java
    ..\fml\src\minecraft\cpw\mods\fml\common\FMLModLoaderContainer.java
    ..\fml\src\minecraft\cpw\mods\fml\common\IConsoleHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\ICraftingHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\IDispenseHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\IFMLSidedHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\IKeyHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\INetworkHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\IPickupNotifier.java
    ..\fml\src\minecraft\cpw\mods\fml\common\IPlayerTracker.java
    ..\fml\src\minecraft\cpw\mods\fml\common\ITickHandler.java
    ..\fml\src\minecraft\cpw\mods\fml\common\IWorldGenerator.java
    ..\fml\src\minecraft\cpw\mods\fml\common\Loader.java
    ..\fml\src\minecraft\cpw\mods\fml\common\LoaderException.java
    ..\fml\src\minecraft\cpw\mods\fml\common\Mod.java
    ..\fml\src\minecraft\cpw\mods\fml\common\ModClassLoader.java
    ..\fml\src\minecraft\cpw\mods\fml\common\ModContainer.java
    ..\fml\src\minecraft\cpw\mods\fml\common\ModMetadata.java
    ..\fml\src\minecraft\cpw\mods\fml\common\ProxyInjector.java
    ..\fml\src\minecraft\cpw\mods\fml\common\ReflectionHelper.java
    ..\fml\src\minecraft\cpw\mods\fml\common\Side.java
    ..\fml\src\minecraft\cpw\mods\fml\common\TickType.java
    ..\fml\src\minecraft\cpw\mods\fml\common\modloader\BaseMod.java
    ..\fml\src\minecraft\cpw\mods\fml\common\modloader\BaseModTicker.java
    ..\fml\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderHelper.java
    ..\fml\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderModContainer.java
    ..\fml\src\minecraft\cpw\mods\fml\common\modloader\ModProperty.java
    ..\fml\src\minecraft\cpw\mods\fml\common\registry\FMLRegistry.java
    ..\fml\src\minecraft\cpw\mods\fml\common\registry\IMinecraftRegistry.java
    ..\fml\src\minecraft\cpw\mods\fml\common\toposort\ModSorter.java
    ..\fml\src\minecraft\cpw\mods\fml\common\toposort\TopologicalSort.java
    ..\fml\src\minecraft\net\minecraft\src\BaseMod.java
    ..\fml\src\minecraft\net\minecraft\src\ClientRegistry.java
    ..\fml\src\minecraft\net\minecraft\src\FMLRenderAccessLibrary.java
    ..\fml\src\minecraft\net\minecraft\src\MLProp.java
    ..\fml\src\minecraft\net\minecraft\src\ModLoader.java
    ..\fml\src\minecraft\net\minecraft\src\ModTextureAnimation.java
    ..\fml\src\minecraft\net\minecraft\src\ModTextureStatic.java
    ..\fml\src\minecraft\net\minecraft\src\SidedProxy.java
    ..\fml\src\minecraft_server\fmlversion.properties
    ..\fml\src\minecraft_server\cpw\mods\fml\common\FMLCommonHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\FMLLogFormatter.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\FMLModContainer.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\FMLModLoaderContainer.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\IConsoleHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\ICraftingHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\IDispenseHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\IFMLSidedHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\IKeyHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\INetworkHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\IPickupNotifier.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\IPlayerTracker.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\ITickHandler.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\IWorldGenerator.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\Loader.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\LoaderException.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\Mod.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\ModClassLoader.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\ModContainer.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\ModMetadata.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\ProxyInjector.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\ReflectionHelper.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\Side.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\TickType.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\modloader\BaseMod.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\modloader\BaseModTicker.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\modloader\ModLoaderHelper.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\modloader\ModLoaderModContainer.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\modloader\ModProperty.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\registry\FMLRegistry.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\registry\IMinecraftRegistry.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\toposort\ModSorter.java
    ..\fml\src\minecraft_server\cpw\mods\fml\common\toposort\TopologicalSort.java
    ..\fml\src\minecraft_server\cpw\mods\fml\server\FMLServerHandler.java
    ..\fml\src\minecraft_server\net\minecraft\src\BaseMod.java
    ..\fml\src\minecraft_server\net\minecraft\src\MLProp.java
    ..\fml\src\minecraft_server\net\minecraft\src\ModLoader.java
    ..\fml\src\minecraft_server\net\minecraft\src\ServerRegistry.java
    ..\fml\src\minecraft_server\net\minecraft\src\SidedProxy.java
    93 File(s) copied
    == MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) ==
    == Updating MCP ==
    No new updates found.
    == MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) ==
    == Updating client ==
    Adding javadoc
    Renaming sources
  • Done in 70.67 seconds
    == Updating server ==
    Adding javadoc
    Renaming sources
  • Done in 56.12 seconds
    == MCP 6.2 (data: 6.2, client: 1.2.5, server: 1.2.5) ==
    == Recompiling client ==
    Cleaning bin
    Recompiling
  • Done in 63.09 seconds
    Generating client md5s
    == Recompiling server ==
    Cleaning bin
    Recompiling
    '"C:\Program Files\Java\jdk1.6.0_30\bin\javac" -Xlint:-options -deprecation -g -source 1.6 -target 1....' failed : 1

== ERRORS FOUND ==

src\minecraft_server\minecraft_server\cpw\mods\fml\common\FMLCommonHandler.java:55: duplicate class: cpw.mods.fml.common.FMLCommonHandler
public class FMLCommonHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\FMLLogFormatter.java:14: duplicate class: cpw.mods.fml.common.FMLLogFormatter
final class FMLLogFormatter extends Formatter
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\FMLModContainer.java:20: duplicate class: cpw.mods.fml.common.FMLModContainer
public class FMLModContainer implements ModContainer
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\FMLModLoaderContainer.java:23: duplicate class: cpw.mods.fml.common.FMLModLoaderContainer
public class FMLModLoaderContainer extends FMLModContainer
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\IConsoleHandler.java:21: duplicate class: cpw.mods.fml.common.IConsoleHandler
public interface IConsoleHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\ICraftingHandler.java:22: duplicate class: cpw.mods.fml.common.ICraftingHandler
public interface ICraftingHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\IDispenseHandler.java:16: duplicate class: cpw.mods.fml.common.IDispenseHandler
public interface IDispenseHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\IFMLSidedHandler.java:13: duplicate class: cpw.mods.fml.common.IFMLSidedHandler
public interface IFMLSidedHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\IKeyHandler.java:21: duplicate class: cpw.mods.fml.common.IKeyHandler
public interface IKeyHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\INetworkHandler.java:21: duplicate class: cpw.mods.fml.common.INetworkHandler
public interface INetworkHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\IPickupNotifier.java:16: duplicate class: cpw.mods.fml.common.IPickupNotifier
public interface IPickupNotifier
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\IPlayerTracker.java:21: duplicate class: cpw.mods.fml.common.IPlayerTracker
public interface IPlayerTracker
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\ITickHandler.java:29: duplicate class: cpw.mods.fml.common.ITickHandler
public interface ITickHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\IWorldGenerator.java:25: duplicate class: cpw.mods.fml.common.IWorldGenerator
public interface IWorldGenerator
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\Loader.java:63: duplicate class: cpw.mods.fml.common.Loader
public class Loader
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\LoaderException.java:16: duplicate class: cpw.mods.fml.common.LoaderException
public class LoaderException extends RuntimeException
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\Mod.java:26: duplicate class: cpw.mods.fml.common.Mod
public @interface Mod
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\ModClassLoader.java:30: duplicate class: cpw.mods.fml.common.ModClassLoader
public class ModClassLoader extends URLClassLoader
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\ModContainer.java:32: duplicate class: cpw.mods.fml.common.ModContainer
public interface ModContainer
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\ModMetadata.java:30: duplicate class: cpw.mods.fml.common.ModMetadata
public class ModMetadata
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\ProxyInjector.java:23: duplicate class: cpw.mods.fml.common.ProxyInjector
public class ProxyInjector
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\ReflectionHelper.java:23: duplicate class: cpw.mods.fml.common.ReflectionHelper
public class ReflectionHelper
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\Side.java:17: duplicate class: cpw.mods.fml.common.Side
public enum Side {
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\TickType.java:19: duplicate class: cpw.mods.fml.common.TickType
public enum TickType {
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\modloader\BaseMod.java:35: duplicate class: cpw.mods.fml.common.modloader.BaseMod
public interface BaseMod extends IWorldGenerator, IPickupNotifier, IDispenseHandler, ICraftingHandler, INetworkHandler, IConsoleHandler, IPlayerTracker
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\modloader\BaseModTicker.java:27: duplicate class: cpw.mods.fml.common.modloader.BaseModTicker
public class BaseModTicker implements ITickHandler
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\modloader\ModLoaderHelper.java:28: duplicate class: cpw.mods.fml.common.modloader.ModLoaderHelper
public class ModLoaderHelper
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\modloader\ModLoaderModContainer.java:53: duplicate class: cpw.mods.fml.common.modloader.ModLoaderModContainer
public class ModLoaderModContainer implements ModContainer
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\modloader\ModProperty.java:23: duplicate class: cpw.mods.fml.common.modloader.ModProperty
public class ModProperty
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\registry\FMLRegistry.java:26: duplicate class: cpw.mods.fml.common.registry.FMLRegistry
public class FMLRegistry
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\registry\IMinecraftRegistry.java:12: duplicate class: cpw.mods.fml.common.registry.IMinecraftRegistry
public interface IMinecraftRegistry
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\toposort\ModSorter.java:27: duplicate class: cpw.mods.fml.common.toposort.ModSorter
public class ModSorter
^

src\minecraft_server\minecraft_server\cpw\mods\fml\common\toposort\TopologicalSort.java:36: duplicate class: cpw.mods.fml.common.toposort.TopologicalSort
public class TopologicalSort
^

src\minecraft_server\minecraft_server\net\minecraft\src\BaseMod.java:28: duplicate class: net.minecraft.src.BaseMod
public abstract class BaseMod implements cpw.mods.fml.common.modloader.BaseMod
^

src\minecraft_server\minecraft_server\net\minecraft\src\MLProp.java:26: duplicate class: net.minecraft.src.MLProp
public @interface MLProp
^

src\minecraft_server\minecraft_server\net\minecraft\src\ModLoader.java:29: duplicate class: net.minecraft.src.ModLoader
public class ModLoader
^

src\minecraft_server\minecraft_server\net\minecraft\src\SidedProxy.java:28: duplicate class: net.minecraft.src.SidedProxy
public @interface SidedProxy
^

src\minecraft_server\minecraft\cpw\mods\fml\client\BlockRenderInfo.java:20: cannot find symbol
symbol : class RenderBlocks
location: package net.minecraft.src
import net.minecraft.src.RenderBlocks;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\BlockRenderInfo.java:64: cannot find symbol
symbol : class RenderBlocks
location: class cpw.mods.fml.client.BlockRenderInfo
public boolean renderWorldBlock(IBlockAccess world, int x, int y, int z, Block block, int modelId, RenderBlocks renderer)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\BlockRenderInfo.java:75: cannot find symbol
symbol : class RenderBlocks
location: class cpw.mods.fml.client.BlockRenderInfo
public void renderInventoryBlock(Block block, int metadata, int modelID, RenderBlocks renderer)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:15: package org.lwjgl.opengl does not exist
import static org.lwjgl.opengl.GL11.*;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:44: package org.lwjgl.opengl does not exist
import org.lwjgl.opengl.GL11;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:46: package net.minecraft.client does not exist
import net.minecraft.client.Minecraft;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:53: cannot find symbol
symbol : class GameSettings
location: package net.minecraft.src
import net.minecraft.src.GameSettings;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:54: cannot find symbol
symbol : class GuiScreen
location: package net.minecraft.src
import net.minecraft.src.GuiScreen;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:60: cannot find symbol
symbol : class KeyBinding
location: package net.minecraft.src
import net.minecraft.src.KeyBinding;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:63: cannot find symbol
symbol : class NetClientHandler
location: package net.minecraft.src
import net.minecraft.src.NetClientHandler;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:70: cannot find symbol
symbol : class Render
location: package net.minecraft.src
import net.minecraft.src.Render;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:71: cannot find symbol
symbol : class RenderBlocks
location: package net.minecraft.src
import net.minecraft.src.RenderBlocks;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:72: cannot find symbol
symbol : class RenderEngine
location: package net.minecraft.src
import net.minecraft.src.RenderEngine;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:73: cannot find symbol
symbol : class RenderManager
location: package net.minecraft.src
import net.minecraft.src.RenderManager;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:74: cannot find symbol
symbol : class RenderPlayer
location: package net.minecraft.src
import net.minecraft.src.RenderPlayer;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:77: cannot find symbol
symbol : class TextureFX
location: package net.minecraft.src
import net.minecraft.src.TextureFX;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:78: cannot find symbol
symbol : class TexturePackBase
location: package net.minecraft.src
import net.minecraft.src.TexturePackBase;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:81: package argo.jdom does not exist
import argo.jdom.JdomParser;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:82: package argo.jdom does not exist
import argo.jdom.JsonNode;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:129: cannot find symbol
symbol : class Minecraft
location: class cpw.mods.fml.client.FMLClientHandler
private Minecraft client;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:138: cannot find symbol
symbol : class TexturePackBase
location: class cpw.mods.fml.client.FMLClientHandler
private TexturePackBase fallbackTexturePack;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:140: cannot find symbol
symbol : class NetClientHandler
location: class cpw.mods.fml.client.FMLClientHandler
private NetClientHandler networkClient;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\OverrideInfo.java:17: cannot find symbol
symbol : class TextureFX
location: package net.minecraft.src
import net.minecraft.src.TextureFX;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:147: cannot find symbol
symbol : class KeyBinding
location: class cpw.mods.fml.client.FMLClientHandler
private HashMap<KeyBinding, ModContainer> keyBindings = new HashMap<KeyBinding, ModContainer>();
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:151: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
private List addedTextureFX = new ArrayList();
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:163: cannot find symbol
symbol : class Minecraft
location: class cpw.mods.fml.client.FMLClientHandler
public void onPreLoad(Minecraft minecraft)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:225: cannot find symbol
symbol : class KeyBinding
location: class cpw.mods.fml.client.FMLClientHandler
public KeyBinding[] harvestKeyBindings() {
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:288: cannot find symbol
symbol : class Minecraft
location: class cpw.mods.fml.client.FMLClientHandler
public Minecraft getClient()
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:473: cannot find symbol
symbol : class NetClientHandler
location: class cpw.mods.fml.client.FMLClientHandler
public void handleServerLogin(Packet1Login loginPacket, NetClientHandler handler, NetworkManager networkManager)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:18: package net.minecraft.client does not exist
import net.minecraft.client.Minecraft;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:652: cannot find symbol
symbol : class RenderEngine
location: class cpw.mods.fml.client.FMLClientHandler
public BufferedImage loadImageFromTexturePack(RenderEngine renderEngine, String path) throws IOException
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:670: cannot find symbol
symbol : class GuiScreen
location: class cpw.mods.fml.client.FMLClientHandler
public void displayGuiScreen(EntityPlayer player, GuiScreen gui)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:682: cannot find symbol
symbol : class KeyBinding
location: class cpw.mods.fml.client.FMLClientHandler
public void registerKeyHandler(BaseMod mod, KeyBinding keyHandler, boolean allowRepeat)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:698: cannot find symbol
symbol : class RenderBlocks
location: class cpw.mods.fml.client.FMLClientHandler
public boolean renderWorldBlock(RenderBlocks renderer, IBlockAccess world, int x, int y, int z, Block block, int modelId)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:713: cannot find symbol
symbol : class RenderBlocks
location: class cpw.mods.fml.client.FMLClientHandler
public void renderInventoryBlock(RenderBlocks renderer, Block block, int metadata, int modelID)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:735: cannot find symbol
symbol : class RenderEngine
location: class cpw.mods.fml.client.FMLClientHandler
public void registerTextureOverrides(RenderEngine renderer) {
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:834: cannot find symbol
symbol : class TexturePackBase
location: class cpw.mods.fml.client.FMLClientHandler
public void pruneOldTextureFX(TexturePackBase var1, List effects)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:834: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public void pruneOldTextureFX(TexturePackBase var1, List effects)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:858: cannot find symbol
symbol : class TexturePackBase
location: class cpw.mods.fml.client.FMLClientHandler
public void loadTextures(TexturePackBase texturePack)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:866: cannot find symbol
symbol : class TexturePackBase
location: class cpw.mods.fml.client.FMLClientHandler
public void onEarlyTexturePackLoad(TexturePackBase fallback)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:889: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public void addAnimation(TextureFX anim)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:923: cannot find symbol
symbol : class RenderEngine
location: class cpw.mods.fml.client.FMLClientHandler
public void onTexturePackChange(RenderEngine engine, TexturePackBase texturepack, List effects)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:923: cannot find symbol
symbol : class TexturePackBase
location: class cpw.mods.fml.client.FMLClientHandler
public void onTexturePackChange(RenderEngine engine, TexturePackBase texturepack, List effects)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:923: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public void onTexturePackChange(RenderEngine engine, TexturePackBase texturepack, List effects)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:939: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
private IdentityHashMap<TextureFX, Integer> effectTextures = new IdentityHashMap<TextureFX, Integer>();
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:940: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public void setTextureDimensions(int id, int width, int height, List effects)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:954: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public Dimension getTextureDimensions(TextureFX effect)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:964: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public int getEffectTexture(TextureFX effect)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:985: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public boolean onUpdateTextureEffect(TextureFX effect)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLClientHandler.java:1070: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.FMLClientHandler
public void onPreRegisterEffect(TextureFX effect)
^

src\minecraft_server\minecraft\cpw\mods\fml\client\OverrideInfo.java:25: cannot find symbol
symbol : class TextureFX
location: class cpw.mods.fml.client.OverrideInfo
public TextureFX textureFX;
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:180: cannot find symbol
symbol : class Render
location: class net.minecraft.src.BaseMod
public void addRenderer(Map<Class<? extends Entity>, Render> renderers)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:253: cannot find symbol
symbol : class KeyBinding
location: class net.minecraft.src.BaseMod
public void keyboardEvent(KeyBinding event)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:287: cannot find symbol
symbol : class Minecraft
location: class net.minecraft.src.BaseMod
public boolean onTickInGame(float time, Minecraft minecraftInstance)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:292: cannot find symbol
symbol : class Minecraft
location: class net.minecraft.src.BaseMod
public boolean onTickInGUI(float tick, Minecraft game, GuiScreen gui)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:292: cannot find symbol
symbol : class GuiScreen
location: class net.minecraft.src.BaseMod
public boolean onTickInGUI(float tick, Minecraft game, GuiScreen gui)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:319: cannot find symbol
symbol : class Minecraft
location: class net.minecraft.src.BaseMod
public void registerAnimation(Minecraft game)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:324: cannot find symbol
symbol : class RenderBlocks
location: class net.minecraft.src.BaseMod
public void renderInvBlock(RenderBlocks renderer, Block block, int metadata, int modelID)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:329: cannot find symbol
symbol : class RenderBlocks
location: class net.minecraft.src.BaseMod
public boolean renderWorldBlock(RenderBlocks renderer, IBlockAccess world, int x, int y, int z, Block block, int modelID)
^

src\minecraft_server\minecraft\net\minecraft\src\BaseMod.java:335: cannot find symbol
symbol : class NetClientHandler
location: class net.minecraft.src.BaseMod
public void serverConnect(NetClientHandler handler) {
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLTextureFX.java:23: cannot find symbol
symbol : class RenderEngine
location: package net.minecraft.src
import net.minecraft.src.RenderEngine;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLTextureFX.java:24: cannot find symbol
symbol : class TextureFX
location: package net.minecraft.src
import net.minecraft.src.TextureFX;
^

src\minecraft_server\minecraft\cpw\mods\fml\client\FMLTextureFX.java:25: cannot find symbol
symbol : class TexturePackBase
location: package net.minecraft.src
import net.minecraft.src.TexturePackBase;
^
#100 errors

Server recompile failed, correct source then rerun updatemd5
Press any key to continue . . .

Renaming MLProp configuration files

forgemodloader.log is full with: 2012-06-27 02:23:32 [FINE] Unused MLProp configuration file for * renamed ๏ฟฝUNSUCCESSFULLY๏ฟฝ to *

FML Mod list Text Field

FML Mod list Field not large enough to hold the entire mod named "Forge Mod Loader"

Lex said open issue =P

Fuels not work?

I have a mod extending BaseMod from ModLoader (no, I wont switch to FML), and I add a fuel item using addFuel method.

People who use FML keep complaining that the fuel does not work, but I have tested it and it works - with ModLoader.

Why?, and is there any workaround for this?

FML stops responding with a white screen

First of I need to say that the reason was purely my fault.
I forgot to place the files on my mod's zip in the proper folder, and fml stopped while loading my mod with a white screen.
It should probably throw an error (ml does even though it's not that informational).

In-Game Keybinding affecting Pre-Game Menus (Crash)

This was discovered by people using our Cart Mod with FML instead of ML for the first time. This problem has never been seen to occur with ML but only with FML. Hopefully this can be fixed (either in FML or Cart Mod) as we very much want Cart Mod to be fully FML compatible.

This was first reported as occurring with FML 2.2.78.153 and was again reported by someone else just today, though they didn't state which version of FML they are running. I have just reproduced the problem in the most current version of FML 2.2.106.176.

Cart Mod uses Modloader keybinding to enable the activation of a "Dispenser Cart". The default key is "x" but can be changed to any key in the Minecraft In-Game Options/Controls Menu. The key-binding problem described here occurs with whatever this key is set to and only with that key. Someone had changed this key to "L" and the problem occurred with that key instead of "x", thus confirming the source of the problem.

  • In-Game use of that key is set to only work under certain conditions and will not otherwise work even in-game. Unfortunately with FML installed people are having game crashes outside of any world while in the main Minecraft Single-Player or Multiplayer menus including the World Gen menus when they type whichever key is set in Cart Mod to activate the Dispenser Cart. This can be when typing the key into the world name field or seed field or possibly anywhere.

This following portion of the log shows when the crash happens and is consistent with each persons reports:

2012-07-05 16:45:18 [SEVERE] A critical error has occurred.
java.lang.NullPointerException
at mod_Cart.keyboardEvent(mod_Cart.java:110)
at BaseMod.keyBindingEvent(BaseMod.java:35)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.keyBindEvent(ModLoaderModContainer.java:711)
at cpw.mods.fml.client.KeyBindingHandler.onEndTick(KeyBindingHandler.java:70)
at cpw.mods.fml.client.FMLClientHandler.onPostWorldTick(FMLClientHandler.java:258)
at net.minecraft.client.Minecraft.k(Minecraft.java:1892)
at net.minecraft.client.Minecraft.x(Minecraft.java:822)
at net.minecraft.client.Minecraft.run(Minecraft.java:750)
at java.lang.Thread.run(Unknown Source)
2012-07-05 16:45:18 [SEVERE] 33 mods loaded

Most all the info I have regarding this problem, including the Full version of the above persons log, are included in the following post, though this post here on Github actually has newer analysis of the problem than I had at the time of the following posts posting:

http://www.minecraftforum.net/topic/1149336-125-fml-a-new-mod-loader/page__st__20#entry16265559

There is also a direct convenience link in that post to the version of Cart Mod known to be affected (The most current). I will also provide a link to it here:

Cart Mod v 1.2.1 for MC 1.2.5
http://www.mediafire.com/?k97puhynw9i4c3h

  • The only dependency for Cart Mod is a ModLoader. The Original Cart Mod thread link is listed below in case you need more info or need to see the Recipes and such:

http://www.minecraftforum.net/topic/591027-125-cart-mod-v121/

Thank you for help with this! We hope to convert Cart Mod to SMP with FML, and maybe Forge?

[EDIT]

Also; The log from the above person shows that they had 33 mods installed. I just wanted to document here that I have recreated the same problem with only Cart Mod installed (the zip sitting in the mods folder) and nothing else other than FML in the .jar with the "Meta-Inf" folder deleted.

And; once entering a world this crash no longer occurs, even when hitting escape and entering in-game menus.

It seems to only occur in Pre-game menus, not anywhere in-world.

RP2 clocks.

Basically, when a rp2 clock is moving on Modloader, it turns smoothly.

Incase you dont know what a RP2 clock does. It basicallt is a upright noisemaker on a RP2 stone waffer. that spins.

so, with modloader, the spinny thing uses all of the pixels MC has to offer when it is turning. So, its all smooth.
But with FML, it skips like, 10 of those pixels, then it jumps to the position it is computed at. Then it freezes. And that cycle just continues forever. And it makes it look choppy.
This bug was found on a 4 second long RP2 clock.

Side only incorrectly applied sometimes

There's a problem with side only sometimes incorrectly applying to a method. I am rewriting the mcptransformer to use a set based approach to merging the client and server rather than the current approach which sometimes skips over methods. Expect a push tonight...

.cfg's created for mods not using @MLProp

Like ModLoader, FML creates a file config/mod_modname.cfg for every mod, even those that don't have any fields annotated with @MLProp, which clutters the config directory and may make it harder to find the correct config file. This should be an easy fix - don't write the config file if there were no @MLProp fields.

"Out of sprite indices" crash is unclear

When a mod runs out of terrain or item sprite indices, it generates a stack trace like this:

java.lang.IndexOutOfBoundsException: bitIndex < 0: -1
at java.util.BitSet.clear(Unknown Source)
at cpw.mods.fml.client.SpriteHelper.getFreeSlot(SpriteHelper.java:130)
at cpw.mods.fml.client.SpriteHelper.getUniqueSpriteIndex(SpriteHelper.java:106)
at ModLoader.addOverride(ModLoader.java:154)
at mod_BasicComponents.modsLoaded(mod_BasicComponents.java:78)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357)
at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:605)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
at net.minecraft.client.Minecraft.a(Minecraft.java:426)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)

and it's not immediately obvious that you've run out of sprites.

FML 2.2.75.150 problem with inventory tweaks

Hi there seems to be a problem with the FML 2.2.75.150 and inventory tweaks 1.41b. Whilst the mod appears to function the ui elements from the player inventory and chests are missing.

I tested this on a clean minecraft with just inventory tweaks and forge 3.3.8.148 installed. Forge 3.3.8.147 works ok and as far as I can tell FML was updated in #148.

I also tried updating FML directly to 2.2.76.152 but I don't know how fml and forge integrate and it just crashed minecraft.

Client chunk loading seems far slower than in vanilla or with optifine.

After loading into a SMP game, I'm noticing that there are a lot of unloaded chunks, even near to where I spawned in. As a test I hit connect and didn't move at all, 2 minutes later there were still several chunks in my field of view that had not loaded, even one maybe 10 blocks away.

When exploring I run into a lot of invisible chunks, which stay unloaded until I touch the ground in them (flying over with an ic2 jetpack doesn't load them).

I know this is a hugely subjective report, but to me it feels slower than in vanilla or with optifine.

This is with Forge Mod Loader version 2.0.23.34

Mods installed below:

CodeChickenCore
NotEnoughItems
MinecraftForge
ReiMinimap
Backpack
BuildCraftCore
BuildCraftBuilders
BuildCraftEnergy
BuildCraftFactory
BuildCraftTransport
AdditionalPipes
EnderStorage
Forestry
ImmibisCore
IC2
InvTweaks
IC2_ChargingBench
CompactSolars
IronChest
PowerConverters
RedPowerControl
RedPowerCore
RedPowerLighting
RedPowerLogic
RedPowerMachine
RedPowerWiring
RedPowerWorld
Transformers
TubeStuff
WirelessRedstoneCore
WirelessRedstoneAddons
WirelessRedstoneRedPower

Portalgun interaction, Error on startup

Hello,

I'm guessing (together with LexManos hint) that this belongs at FML and not at Forge.
Anyway,

I am using MultiMC and have installed Forge v.122. and portalgun (1.2.5. v1). I get the following error below.

If I go back to Forge v120 it loads as it should. Seem to have been introduced in the jump from FML v117 to v120. (assuming it is FML related)

2 mods loaded
Minecraft Forge 3.2.5.122
FML v2.2.21.120
Forge Mod Loader version 2.2.21.120 for Minecraft 1.2.5
mod_MinecraftForge : Available (minecraft.jar)
mod_PortalGun : Available (portalgun)

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT ef8365dc --------
Generated 2012-06-06 17:25

Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.6.0_31, Sun Microsystems Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.8.3
OpenGL: GeForce GTX 580/PCIe/SSE2 version 4.2.0, NVIDIA Corporation

java.lang.NullPointerException
at mod_PortalGun.PortalGunTick(mod_PortalGun.java:643)
at mod_PortalGun.onTickInGame(mod_PortalGun.java:638)
at BaseMod.doTickInGame(BaseMod.java:47)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.tickEnd(ModLoaderModContainer.java:344)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:134)
at cpw.mods.fml.client.FMLClientHandler.onRenderTickEnd(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.x(Minecraft.java:875)
at net.minecraft.client.Minecraft.run(Minecraft.java:750)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 5ea7b2d9 ----------

NullPointerException in KeyBindingRegistry

Since the KeyBindingRegistry.KeyHandler was modified to be able to handle multiple Keys in one handler, the game doesn't start up when a KeyHandler is registered, because keyDown[i] in KeyBindingRegistry.java line 89 produces a NullPointerException (the Array is never initialized).

Problem with sendPacketToServer()

From my client Proxy (via @SidedProxy) I send a Packet to the server (via PacketDispatcher.sendPacketToServer())
In my Packet handler (via @NetworkMod(channels = { "foo" }, packetHandler = MyPacketHandler.class)) I simply print out the Side which I am on (System.out.println(FMLCommonHandler.instance().getSide());).
For a remote Server this correctly prints SERVER.
But for the integrated Server ("Single Player") it returns CLIENT. Also when I call a method from my Sided proxy in the packet handler, the Client Proxy gets used when I am on the intergrated server. I don't think thats right.

Packet issues, still

Server PacketHandler is registered by NetworkRegistry.instance().registerChannel(...) in @ServerStarted, client PacketHandler is registered in client Proxy call by NetworkRegistry.instance().registerChannel(...), client and server PacketHandlers are seperate Classes.

Issue 1:
I have to explicitly use NetworkRegistry.instance().registerChannel(...) on both client and server, using the clientPacketHandlerSpec and serverPacketHandlerSpec does not appear to work whatsoever.

Issue 2:
Serverside (for integrated Server atleast) is massively borked. Here's what i do:

Client uses PacketDispatcher.sendPacketToServer to send a Packet to server.
Server receives that packet successfully.
Server uses PacketDispatcher.sendPacketToPlayer to immediatly answer with another Packet
Client never receives that packet
instead, Server receives the packet it just sent (wtf?!)
Server uses PacketDispatcher.sendPacketToPlayer again, because the packet it sent to itself triggers this again
Client receives the second answer packet (wtf?!?!)

Can't disable vanilla mob spawns

Old modloader had the ability to remove vanilla spawns. Current version crashes when trying to remove vanilla spawns with a concurrent exception. The issue i believe is it's trying to remove an item from a list that's being iterated at the time, swithing it to an incremental for loop should fix that issue

addNameForObject issue

When using FMLCommonHandler.addNameForObject() to set item names for languages other than "en_US", it always displays the "en_US" name unless you change the game's languages setting during that session.

For example I add two sets of item names. One for "en_US" and one for "af_ZA" that has a few differences for testing. Upon loading the game in "af_ZA", I always see the "en_US" version. I only see the "af_ZA" versions of the names if I open the languages options and reset the langauge setting.

I've tried tracing the issue in the code, but have been unsuccessful so far.

1.3.1 OnTickInGame

I'm currently trying to use the new Forge Mod Loader system and I was wondering if there is a function that can be called every tick? Similar to "public boolean onTickInGame(float time, Minecraft minecraftInstance)" from Modloader?

add/remove Biome throws UnsupportedOperationException

The list returned Arrays.toList is of fixed size per java spec, so add/remove operations are unsupported...which is bad, because my mod uses these. :)

Also removeBiome is not implemented on the server...comment says it is noop because broken.

ReiMinimap mod loads correctly but doesn't render ingame.

The mod appears to load correctly in the log, but doesn't show up ingame. The hotkey to bring up the minimap options works, and the map is shown as "enabled".

When it works correctly a map overlays the screen in the top right corner.

ReiMinimap v3.0_0.6
Forge Mod Loader version 2.0.23.34

Improvement to ModMetadata

Could credits be turned to ArrayList like authorList? I am asking this as credits for my mod is too long for the screen and I would like to make it clearer.

Also would it be possible to make it so all array ones can be like normal ones if you only want one?

Suggestion: A way to specify which server and client versions of a mod are compatible

Often different versions of a mod can be used on the server and client, but FML will not allow them to as the version number is different - for example, if a bug specific to one side is fixed (such as [http://forum.industrial-craft.net/index.php?page=Thread&postID=69379#post69379][my MFFS rev8]) and a server updates, then clients must also update even though nothing has changed, causing extra work for players.

There should be some way to check which versions are compatible; either a separate "protocol version" which must match, or a method on NetworkMod such as "boolean checkCompatibility(String clientVer, String serverVer);"

MLProp config options aren't used.

MLProp config options do not appear to be used. Here is a test mod which demonstrates the problem:

package net.minecraft.src;

public class mod_testMod extends BaseMod {


    @MLProp
    public static int lol = 5; 

    @Override
    public String getVersion() {
        return "test";
    }

    @Override
    public void load() {
        System.out.println("lol ="+lol);
    }

}

Here is a config file also:

#MLProperties: name (type:default) min:max -- information
#MLProp : lol (int:5,>=-1.0,<=1.0)
#Wed Apr 25 21:14:56 BST 2012
lol=10

This should print "lol = 10". Instead, it prints "lol = 5" regardless of the option in the config. Unfortunately, it means mods that have been ported straight over from ModLoaderMP do not pay attention to the configs - which has its most major effect on block ID configs.

.info file

When there is something wrong with the .info file, there should be some kind of warning in the console.

Crash with Millenaire

Forge Mod Loader version 2.0.23.34 for Minecraft 1.2.5
mod_MinecraftForge : Available (minecraft.jar)
mod_BuildCraftCore : Available (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Available (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Available (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Available (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Available (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Available (buildcraft-client-C-silicon-3.1.5.zip)
mod_AdditionalPipes : Available (buildcraft-client-DA-additionalpipes-3.1.0.zip)
mod_EE : Available (EE2ModV1.4.4.0.jar)
mod_EllianDetector : Available (EllianDetector.jar)
mod_InvTweaks : Available (InvTweaks-1.41b-1.2.4.zip)
mod_LogisticsPipes : Available (LogisticsPipes-BC3-0.2.5B.zip)
mod_Millenaire : Available (millenaire2.7.zip)
mod_RecipeBook : Available (Recipe Book.zip)

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT f3adc551 --------
Generated 14/5/2012 4:37 ฯ€ฮผ

Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.6.0_31, Sun Microsystems Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 5800 Series version 4.2.11631 Compatibility Profile Context, ATI Technologies Inc.

java.lang.NullPointerException
at MLN.loadLanguage(MLN.java:376)
at mod_Millenaire.onTickInGame(mod_Millenaire.java:549)
at BaseMod.doTickInGame(BaseMod.java:41)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.tickEnd(ModLoaderModContainer.java:344)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:125)
at cpw.mods.fml.common.FMLCommonHandler.worldTickEnd(FMLCommonHandler.java:106)
at cpw.mods.fml.client.FMLClientHandler.onPostWorldTick(FMLClientHandler.java:211)
at net.minecraft.client.Minecraft.k(Minecraft.java:1890)
at net.minecraft.client.Minecraft.x(Minecraft.java:820)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT ac2f6c5c ----------

Install scripts

Install.bat/sh are outdated (probably haven't been updated since fml client was created)

Multi-Mod Bug

For some reason if I have more than one Network Mod in one MCP project, it won't load any of the mods. Why is that? Is it supposed to be only able to load one mod?

I am doing this because I have another mod's source included in my mod so I can test out the compatibility between my mod and the mod I am trying to include (an API). Hence, I need two @mod files in my MCP. I really hope you can get this to work. It will save me A LOT of troubles.

FML Mod List Function

I was wondering about you adding the function to turn mods on and off in the mod list,within the mod menu.
Including core mods is able.

When chunks creating or connecting to server with LCTrees++ CRASH

2012-06-25 10:04:15 [INFO] Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5 loading
2012-06-25 10:04:15 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes
2012-06-25 10:04:15 [FINE] Found a minecraft related file at C:\Users\admin\Desktop\ะกั‚ะฐั€ั‹ะนะดะพะฑั€ะฐะน ะปะฐะนะฝั‡ะตั€\data.minecraft\bin\lwjgl.jar, loading
2012-06-25 10:04:15 [FINE] Found a minecraft related file at C:\Users\admin\Desktop\ะกั‚ะฐั€ั‹ะนะดะพะฑั€ะฐะน ะปะฐะนะฝั‡ะตั€\data.minecraft\bin\jinput.jar, loading
2012-06-25 10:04:15 [FINE] Found a minecraft related file at C:\Users\admin\Desktop\ะกั‚ะฐั€ั‹ะนะดะพะฑั€ะฐะน ะปะฐะนะฝั‡ะตั€\data.minecraft\bin\lwjgl_util.jar, loading
2012-06-25 10:04:15 [FINE] Found a minecraft related file at C:\Users\admin\Desktop\ะกั‚ะฐั€ั‹ะนะดะพะฑั€ะฐะน ะปะฐะนะฝั‡ะตั€\data.minecraft\bin\minecraft.jar, loading
2012-06-25 10:04:15 [FINE] Found a mod class mod_LCTrees in file minecraft.jar, attempting to load it
2012-06-25 10:04:15 [FINE] ModLoader BaseMod class mod_LCTrees found, loading
2012-06-25 10:04:15 [FINE] ModLoader BaseMod class mod_LCTrees loaded
2012-06-25 10:04:15 [FINE] Mod class mod_LCTrees loaded successfully
2012-06-25 10:04:15 [FINE] Found a mod class mod_MinecraftForge in file minecraft.jar, attempting to load it
2012-06-25 10:04:15 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading
2012-06-25 10:04:15 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded
2012-06-25 10:04:15 [FINE] Mod class mod_MinecraftForge loaded successfully
2012-06-25 10:04:15 [FINE] Minecraft jar mods loaded successfully
2012-06-25 10:04:15 [INFO] Loading mods from C:\Users\admin\Desktop\ะกั‚ะฐั€ั‹ะนะดะพะฑั€ะฐะน ะปะฐะนะฝั‡ะตั€\data.minecraft\mods
2012-06-25 10:04:15 [INFO] Forge Mod Loader has loaded 2 mods
2012-06-25 10:04:15 [FINE] Beginning mod pre-initialization
2012-06-25 10:04:15 [FINER] Pre-initializing C:\Users\admin\Desktop\ะกั‚ะฐั€ั‹ะนะดะพะฑั€ะฐะน ะปะฐะนะฝั‡ะตั€\data.minecraft\bin\minecraft.jar
2012-06-25 10:04:15 [FINE] No MLProp configuration for mod_LCTrees found or required. No file written
2012-06-25 10:04:15 [FINER] Pre-initializing C:\Users\admin\Desktop\ะกั‚ะฐั€ั‹ะนะดะพะฑั€ะฐะน ะปะฐะนะฝั‡ะตั€\data.minecraft\bin\minecraft.jar
2012-06-25 10:04:15 [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg
2012-06-25 10:04:15 [FINEST] Configuration for mod_MinecraftForge.DISABLE_DARK_ROOMS found values default: false, configured: false, interpreted: false
2012-06-25 10:04:15 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true
2012-06-25 10:04:15 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_MAKE_MORE_RANDOM found values default: false, configured: false, interpreted: false
2012-06-25 10:04:16 [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg
2012-06-25 10:04:16 [FINE] Mod pre-initialization complete
2012-06-25 10:04:16 [FINE] Verifying mod dependencies are satisfied
2012-06-25 10:04:16 [FINE] All dependencies are satisfied
2012-06-25 10:04:16 [FINE] Sorting mods into an ordered list
2012-06-25 10:04:16 [FINE] Sorted mod list:
2012-06-25 10:04:16 [FINE] mod_LCTrees: minecraft.jar ()
2012-06-25 10:04:16 [FINE] mod_MinecraftForge: minecraft.jar ()
2012-06-25 10:04:16 [FINE] Beginning mod initialization
2012-06-25 10:04:16 [FINER] Initializing mod_LCTrees
2012-06-25 10:04:16 [INFO] MinecraftForge v3.3.8.152 Initialized
2012-06-25 10:04:16 [FINER] Initializing mod_MinecraftForge
2012-06-25 10:04:16 [FINE] Mod initialization complete
2012-06-25 10:04:16 [FINE] Beginning mod post-initialization
2012-06-25 10:04:16 [FINER] Post-initializing mod_LCTrees
2012-06-25 10:04:16 [FINER] Post-initializing mod_MinecraftForge
2012-06-25 10:04:16 [FINE] Mod post-initialization complete
2012-06-25 10:04:16 [INFO] Forge Mod Loader load complete, 2 mods loaded
2012-06-25 10:04:30 [SEVERE] A critical error has occurred.
java.lang.ArithmeticException: / by zero
at wp.a(SourceFile:109)
at ahy.a(GenLayerBiome.java:48)
at wk.a(SourceFile:14)
at wk.a(SourceFile:14)
at ao.a(SourceFile:12)
at wk.a(SourceFile:14)
at uv.a(SourceFile:17)
at wk.a(SourceFile:14)
at aae.a(SourceFile:12)
at ajm.a(SourceFile:12)
at wk.a(SourceFile:14)
at wk.a(SourceFile:14)
at fk.a(SourceFile:14)
at akl.a(SourceFile:26)
at rs.a(WorldChunkManager.java:235)
at xd.j(World.java:382)
at xd.(World.java:350)
at xd.(World.java:278)
at net.minecraft.client.Minecraft.a(Minecraft.java:1937)
at xh.a(GuiCreateWorld.java:210)
at vp.a(SourceFile:74)
at xh.a(GuiCreateWorld.java:316)
at vp.f(SourceFile:122)
at vp.i(SourceFile:110)
at net.minecraft.client.Minecraft.k(Minecraft.java:1567)
at net.minecraft.client.Minecraft.x(Minecraft.java:822)
at net.minecraft.client.Minecraft.run(Minecraft.java:750)
at java.lang.Thread.run(Unknown Source)
2012-06-25 10:04:30 [SEVERE] 2 mods loaded
Minecraft Forge 3.3.8.152
FML v2.2.78.153
Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5
mod_LCTrees : Available (minecraft.jar)
mod_MinecraftForge : Available (minecraft.jar)

Enhancement for ModMetadata

I think it would be a good idea, to add the possibility of opening a custom GUI from the Mod Info Screen of your mod. This way an easy way to allow configuration of your mod could be done.

Apparent incompatibility with Spoutcraft / Technic Launcher

I am using a custom fork of Technic Launcher (Spoutcraft Launcher) to manage my Minecraft mods etc.

When I apply Forge #193 universal zip (+FML) to previously blank modpack.jar the "Hello" box flashes up on the screen, disappears then I am just left with a white box. Game does not load.

The setup I have was working fine with MC 1.3.x until FML was applied to modpack.jar.

Also works fine with identical patch when launched using regular Minecraft launcher.

Note this is not a Technic pack issue since it only applies to their launcher which is open source and was forked for my own needs.

IEntityAdditionalSpawnData not working properly

code:
@OverRide
public void writeSpawnData(ByteArrayDataOutput data)
{
int num = 20;//static test to see if it is working
System.out.println("writing spawn data: " + num);//prints 20
data.writeInt(num);// supposedly written to data stream
}

@OverRide
public void readSpawnData(ByteArrayDataInput data)
{
this.setVehicleNumber(data.readInt()); /// promptly crashes with an Illegal State Error Exception: EOF reached.--which tells me it //wasn't written
}

Entity implements IEntityAdditionalSpawnData, and the methods are called.

I looked over the entitySpawnPacket code a bit but couldn't track down the source of it. It looks like it should be written, and read, properly.

Also, when spawned from spawn packet, my entities spawn somewhere up high and diagonally to the player, and then will 'move' to wherever they were supposed to be spawned and then fall to the ground.

Ticking

  1. onTickInGUI does not get fired when not in a GUI
  2. ModLoader.setInGUIHook(this, true, true); <--- this (when useClock is true) does not get fired in the main menu either
  3. ModLoader.setInGameHook(this, true, true); <--- and this (when useClock is true) gets fired first time after entities have been ticked (or something like that). I get onEntityCollidedWithBlock before onTickInGame is fired for the first time, if the useClock is true

Missing names

mn.equippedProgress
aiv.chunkSaveLocation
Modloader.SetupProperties(...)
sd.SoundPoolSounds

mods folder enhancement

I have run into a situation with my server that requires certain mods load before others. To handle this, I usually rename my mods to 0, 1, etc.. this enables me to control load order and resolves many conflicts and issues I have run into. I tried to handle this in a sensible way first by creating folders in mods called mods/0, mods/1, etc.. This did not work as when FML is looking for mods to load it hits the /0 or /1 and looks for a class file to load. It doesn't seem to care that I have 3-4 mods in that folder.

Is it possible to get FML to recognize at least the first level of nesting? This would enable me to have a set of folders, 0-3, that could handle the ordering without going through the trouble of renaming. This issue is very visible when using forestry and also the plugin pluginsForForestry with extraBees. extraBees tries to load first and freaks out. By using the numbered prefix, I can get all my mods to load without issue, but using a structured folder setup would be cleaner.

My server is run on a Mac. OS X Lion.

Thanks,
~b

Crash when trying to start mc with a 256x selected

2012-05-28 03:08:57 [INFO] Forge Mod Loader version 2.1.28.95 for Minecraft 1.2.5 loading
2012-05-28 03:08:57 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes
2012-05-28 03:08:57 [FINE] Found a minecraft related file at C:\Users\Alex\Downloads\multimc\instances\test.minecraft\bin\minecraft.jar, loading
2012-05-28 03:08:57 [FINE] Found a mod class mod_MinecraftForge in file minecraft.jar, attempting to load it
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded
2012-05-28 03:08:57 [FINE] Mod class mod_MinecraftForge loaded successfully
2012-05-28 03:08:57 [FINE] Found a minecraft related file at C:\Users\Alex\Downloads\multimc\instances\test.minecraft\bin\lwjgl.jar, loading
2012-05-28 03:08:57 [FINE] Found a minecraft related file at C:\Users\Alex\Downloads\multimc\instances\test.minecraft\bin\lwjgl_util.jar, loading
2012-05-28 03:08:57 [FINE] Found a minecraft related file at C:\Users\Alex\Downloads\multimc\instances\test.minecraft\bin\jinput.jar, loading
2012-05-28 03:08:57 [FINE] Minecraft jar mods loaded successfully
2012-05-28 03:08:57 [INFO] Loading mods from C:\Users\Alex\Downloads\multimc\instances\test.minecraft\mods
2012-05-28 03:08:57 [FINE] Found a zip or jar file EE2ModV1.4.4.0.jar, attempting to load it
2012-05-28 03:08:57 [FINE] Found a mod class mod_EE in file EE2ModV1.4.4.0.jar, attempting to load it
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_EE found, loading
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_EE loaded
2012-05-28 03:08:57 [FINE] Failed to find mcmod.info file in EE2ModV1.4.4.0.jar for mod_EE
2012-05-28 03:08:57 [FINE] Mod class mod_EE loaded successfully
2012-05-28 03:08:57 [FINE] File EE2ModV1.4.4.0.jar loaded successfully
2012-05-28 03:08:57 [FINE] Found a zip or jar file InvTweaks-1.41b-1.2.4.zip, attempting to load it
2012-05-28 03:08:57 [FINE] Found a mod class mod_InvTweaks in file InvTweaks-1.41b-1.2.4.zip, attempting to load it
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_InvTweaks found, loading
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_InvTweaks loaded
2012-05-28 03:08:57 [FINE] Failed to find mcmod.info file in InvTweaks-1.41b-1.2.4.zip for mod_InvTweaks
2012-05-28 03:08:57 [FINE] Mod class mod_InvTweaks loaded successfully
2012-05-28 03:08:57 [FINE] File InvTweaks-1.41b-1.2.4.zip loaded successfully
2012-05-28 03:08:57 [FINE] Found a zip or jar file millenaire2.7.3.zip, attempting to load it
2012-05-28 03:08:57 [FINE] Found a mod class mod_Millenaire in file millenaire2.7.3.zip, attempting to load it
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_Millenaire found, loading
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_Millenaire loaded
2012-05-28 03:08:57 [FINE] Failed to find mcmod.info file in millenaire2.7.3.zip for mod_Millenaire
2012-05-28 03:08:57 [FINE] Mod class mod_Millenaire loaded successfully
2012-05-28 03:08:57 [FINE] File millenaire2.7.3.zip loaded successfully
2012-05-28 03:08:57 [FINE] Found a directory minecolony, attempting to load it
2012-05-28 03:08:57 [INFO] Directory minecolony contained no mods
2012-05-28 03:08:57 [FINE] Found a zip or jar file MineColony rc19.zip, attempting to load it
2012-05-28 03:08:57 [FINE] Found a mod class mod_MineColony in file MineColony rc19.zip, attempting to load it
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_MineColony found, loading
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_MineColony loaded
2012-05-28 03:08:57 [FINE] Failed to find mcmod.info file in MineColony rc19.zip for mod_MineColony
2012-05-28 03:08:57 [FINE] Mod class mod_MineColony loaded successfully
2012-05-28 03:08:57 [FINE] File MineColony rc19.zip loaded successfully
2012-05-28 03:08:57 [FINE] Found a zip or jar file Recipe Book.zip, attempting to load it
2012-05-28 03:08:57 [FINE] Found a mod class mod_RecipeBook in file Recipe Book.zip, attempting to load it
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_RecipeBook found, loading
2012-05-28 03:08:57 [FINE] ModLoader BaseMod class mod_RecipeBook loaded
2012-05-28 03:08:57 [FINE] Failed to find mcmod.info file in Recipe Book.zip for mod_RecipeBook
2012-05-28 03:08:57 [FINE] Mod class mod_RecipeBook loaded successfully
2012-05-28 03:08:57 [FINE] File Recipe Book.zip loaded successfully
2012-05-28 03:08:57 [INFO] Forge Mod Loader has loaded 6 mods
2012-05-28 03:08:57 [FINE] Beginning mod pre-initialization
2012-05-28 03:08:57 [FINER] Pre-initializing C:\Users\Alex\Downloads\multimc\instances\test.minecraft\bin\minecraft.jar
2012-05-28 03:08:57 [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg
2012-05-28 03:08:57 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true
2012-05-28 03:08:57 [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg
2012-05-28 03:08:57 [FINER] Pre-initializing C:\Users\Alex\Downloads\multimc\instances\test.minecraft\mods\EE2ModV1.4.4.0.jar
2012-05-28 03:08:57 [FINE] Reading existing configuration file for mod_EE : mod_EE.cfg
2012-05-28 03:08:57 [FINE] Configuration for mod_EE written to mod_EE.cfg
2012-05-28 03:08:57 [INFO] MinecraftForge v3.2.4.114 Initialized

2012-05-28 03:08:57 [FINER] Pre-initializing C:\Users\Alex\Downloads\multimc\instances\test.minecraft\mods\InvTweaks-1.41b-1.2.4.zip
2012-05-28 03:08:57 [FINE] Reading existing configuration file for mod_InvTweaks : mod_InvTweaks.cfg
2012-05-28 03:08:57 [FINE] Configuration for mod_InvTweaks written to mod_InvTweaks.cfg
2012-05-28 03:08:57 [FINER] Pre-initializing C:\Users\Alex\Downloads\multimc\instances\test.minecraft\mods\millenaire2.7.3.zip
2012-05-28 03:08:57 [FINE] Reading existing configuration file for mod_Millenaire : mod_Millenaire.cfg
2012-05-28 03:08:57 [FINE] Configuration for mod_Millenaire written to mod_Millenaire.cfg
2012-05-28 03:08:59 [FINER] Pre-initializing C:\Users\Alex\Downloads\multimc\instances\test.minecraft\mods\MineColony rc19.zip
2012-05-28 03:08:59 [FINE] Reading existing configuration file for mod_MineColony : mod_MineColony.cfg
2012-05-28 03:08:59 [FINE] Configuration for mod_MineColony written to mod_MineColony.cfg
2012-05-28 03:08:59 [WARNING] Start Mine Colony Loading
2012-05-28 03:08:59 [FINER] Pre-initializing C:\Users\Alex\Downloads\multimc\instances\test.minecraft\mods\Recipe Book.zip
2012-05-28 03:08:59 [FINE] Reading existing configuration file for mod_RecipeBook : mod_RecipeBook.cfg
2012-05-28 03:08:59 [FINEST] Configuration for mod_RecipeBook.RecipeBookID found values default: 397, configured: 397, interpreted: 397
2012-05-28 03:08:59 [FINEST] Configuration for mod_RecipeBook.Rows found values default: 3, configured: 3, interpreted: 3
2012-05-28 03:08:59 [FINEST] Configuration for mod_RecipeBook.Columns found values default: 2, configured: 2, interpreted: 2
2012-05-28 03:08:59 [FINE] Configuration for mod_RecipeBook written to mod_RecipeBook.cfg
2012-05-28 03:08:59 [FINE] Mod pre-initialization complete
2012-05-28 03:08:59 [FINE] Verifying mod dependencies are satisfied
2012-05-28 03:08:59 [FINE] All dependencies are satisfied
2012-05-28 03:08:59 [FINE] Sorting mods into an ordered list
2012-05-28 03:08:59 [FINE] Sorted mod list:
2012-05-28 03:08:59 [FINE] mod_MinecraftForge: minecraft.jar ()
2012-05-28 03:08:59 [FINE] mod_EE: EE2ModV1.4.4.0.jar ()
2012-05-28 03:08:59 [FINE] mod_InvTweaks: InvTweaks-1.41b-1.2.4.zip ()
2012-05-28 03:08:59 [FINE] mod_Millenaire: millenaire2.7.3.zip ()
2012-05-28 03:08:59 [FINE] mod_MineColony: MineColony rc19.zip ()
2012-05-28 03:08:59 [FINE] mod_RecipeBook: Recipe Book.zip ()
2012-05-28 03:09:01 [FINER] Registered texture override 118 (118) on MLTextureAlechemistAmulet (1)
2012-05-28 03:09:01 [FINER] Registered texture override 102 (102) on MLTextureVishnuAmulet (1)
2012-05-28 03:09:01 [FINER] Registered texture override 119 (119) on MLTextureYddrasilAmulet (1)
2012-05-28 03:09:01 [FINE] Beginning mod initialization
2012-05-28 03:09:01 [FINER] Initializing mod_MinecraftForge
2012-05-28 03:09:01 [FINER] Initializing mod_EE
2012-05-28 03:09:01 [FINER] Initializing mod_InvTweaks
2012-05-28 03:09:01 [FINER] Initializing mod_Millenaire
2012-05-28 03:09:01 [FINER] Initializing mod_MineColony
2012-05-28 03:09:01 [WARNING] Start Mine Colony Loading
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 168 with /Block_hutLumberjack.png. 31 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 169 with /Block_hutMiner.png. 30 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 170 with /Block_hutWarehouse.png. 29 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 171 with /Block_hutFarmer.png. 28 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 172 with /Block_hutBank.png. 27 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 173 with /Block_hutBuilder.png. 26 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 184 with /Block_hutCitizen.png. 25 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 185 with /Block_hutTownHall.png. 24 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 186 with /Block_bell.png. 23 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 187 with /Block_huntersBlind.png. 22 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 188 with /Block_hutBaker.png. 21 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /terrain.png @ 189 with /Block_barracks.png. 20 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /gui/items.png @ 120 with /gui/Item_scepterGold.png. 80 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /gui/items.png @ 134 with /gui/Item_scepterSteel.png. 79 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /gui/items.png @ 144 with /gui/Item_moneyGold.png. 78 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /gui/items.png @ 145 with /gui/Item_moneySilver.png. 77 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /gui/items.png @ 146 with /gui/Item_moneyBronze.png. 76 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /gui/items.png @ 147 with /gui/Item_dividers.png. 75 slots remaining
2012-05-28 03:09:01 [FINE] Overriding /gui/items.png @ 148 with /gui/Item_supply.png. 74 slots remaining
2012-05-28 03:09:01 [WARNING] soundpath is C:\Users\Alex\Downloads\multimc\instances\test.minecraft//mods//minecolony//
2012-05-28 03:09:01 [WARNING] End Mine Colony Loading
2012-05-28 03:09:01 [FINER] Initializing mod_RecipeBook
2012-05-28 03:09:01 [FINE] Mod initialization complete
2012-05-28 03:09:01 [FINE] Beginning mod post-initialization
2012-05-28 03:09:01 [FINER] Post-initializing mod_MinecraftForge
2012-05-28 03:09:01 [FINER] Post-initializing mod_EE
2012-05-28 03:09:01 [FINER] Post-initializing mod_InvTweaks
2012-05-28 03:09:01 [FINER] Post-initializing mod_Millenaire
2012-05-28 03:09:01 [FINER] Post-initializing mod_MineColony
2012-05-28 03:09:01 [FINER] Post-initializing mod_RecipeBook
2012-05-28 03:09:01 [FINE] Mod post-initialization complete
2012-05-28 03:09:01 [INFO] Forge Mod Loader load complete, 6 mods loaded
2012-05-28 03:09:04 [SEVERE] A critical error has occurred.
java.lang.ArrayIndexOutOfBoundsException: 17
at bv.a(TextureLavaFX.java:56)
at aaw.a(RenderEngine.java:517)
at net.minecraft.client.Minecraft.a(Minecraft.java:432)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
2012-05-28 03:09:04 [SEVERE] 6 mods loaded
Minecraft Forge 3.2.4.114
FML v2.1.28.95
Forge Mod Loader version 2.1.28.95 for Minecraft 1.2.5
mod_MinecraftForge : Available (minecraft.jar)
mod_EE : Available (EE2ModV1.4.4.0.jar)
mod_InvTweaks : Available (InvTweaks-1.41b-1.2.4.zip)
mod_Millenaire : Available (millenaire2.7.3.zip)
mod_MineColony : Available (MineColony rc19.zip)
mod_RecipeBook : Available (Recipe Book.zip)

Invisible Entities

I did this:

RenderingRegistry.registerEntityRenderingHandler(EntityExplosive.class, new RenderExplosive());

and this:

EntityRegistry.registerGlobalEntityID(EntityExplosive.class, "ICBMExplosive", EntityRegistry.findGlobalUniqueEntityId());
EntityRegistry.registerModEntity(EntityExplosive.class, "ICBMExplosive", ENTITY_ID_PREFIX, this, 40, 1, true);

But my entity render's doRender(...) function is NEVER called and hence my entity doesn't render... Any reason why this is happening or did I miss out some registration I didn't do?

Achievement Reset

So, I was playing around with IC2 and Redpower a bit and noticed that all of my stats would reset upon getting an achievement from either of those mods. It started annoying me enough that I started checking into it and I found that since most mods put their achievement initialization in the load() method or later instead of the constructor, and that since the minecraft stats are initialized before that point, the mod achievements wouldn't be registered yet and the stats checksum would fail, wiping the stats. Now, one solution of course would be for everyone to put their achievement initialization stuff in the constructor, but perhaps it might be useful to have an explicit hook for achievement and stat initialization.

I realize you're probably pretty busy on the 1.3 stuff, but this behavior was present in the last 1.2.5 release, so I thought I'd bring it up.

Bug on TC2 Crucible

The black bar on the image Error is an animated swipe, moving back and forth.

An example of a correctly rendered TC2 Crucible: Correct

Contents of ForgeModLoader.txt:
2012-05-29 02:45:48 [INFO] Forge Mod Loader version 2.1.28.95 for Minecraft 1.2.5 loading
2012-05-29 02:45:48 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes
2012-05-29 02:45:48 [FINE] Found a minecraft related file at Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\bin\minecraft.jar, loading
2012-05-29 02:45:48 [FINE] Found a mod class mod_CodeChickenCore in file minecraft.jar, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_CodeChickenCore found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_CodeChickenCore loaded
2012-05-29 02:45:48 [FINE] Mod class mod_CodeChickenCore loaded successfully
2012-05-29 02:45:48 [FINE] Found a mod class mod_MinecraftForge in file minecraft.jar, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded
2012-05-29 02:45:48 [FINE] Mod class mod_MinecraftForge loaded successfully
2012-05-29 02:45:48 [FINE] Found a mod class mod_NotEnoughItems in file minecraft.jar, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_NotEnoughItems found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_NotEnoughItems loaded
2012-05-29 02:45:48 [FINE] Mod class mod_NotEnoughItems loaded successfully
2012-05-29 02:45:48 [FINE] Found a minecraft related file at Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\bin\lwjgl.jar, loading
2012-05-29 02:45:48 [FINE] Found a minecraft related file at Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\bin\lwjgl_util.jar, loading
2012-05-29 02:45:48 [FINE] Found a minecraft related file at Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\bin\jinput.jar, loading
2012-05-29 02:45:48 [FINE] Minecraft jar mods loaded successfully
2012-05-29 02:45:48 [INFO] Loading mods from Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods
2012-05-29 02:45:48 [FINE] Found a zip or jar file [1.2.5] Somnia v24 (1).zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_Somnia in file [1.2.5] Somnia v24 (1).zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_Somnia found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_Somnia loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in [1.2.5] Somnia v24 (1).zip for mod_Somnia
2012-05-29 02:45:48 [FINE] Mod class mod_Somnia loaded successfully
2012-05-29 02:45:48 [FINE] File [1.2.5] Somnia v24 (1).zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file [1.2.5]ReiMinimap_v3.1.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_ReiMinimap in file [1.2.5]ReiMinimap_v3.1.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_ReiMinimap found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_ReiMinimap loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in [1.2.5]ReiMinimap_v3.1.zip for mod_ReiMinimap
2012-05-29 02:45:48 [FINE] Mod class mod_ReiMinimap loaded successfully
2012-05-29 02:45:48 [FINE] File [1.2.5]ReiMinimap_v3.1.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file buildcraft-C-additionalbuildcraftobjects-latest.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_AdditionalBuildcraftObjects in file buildcraft-C-additionalbuildcraftobjects-latest.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_AdditionalBuildcraftObjects found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_AdditionalBuildcraftObjects loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in buildcraft-C-additionalbuildcraftobjects-latest.zip for mod_AdditionalBuildcraftObjects
2012-05-29 02:45:48 [FINE] Mod class mod_AdditionalBuildcraftObjects loaded successfully
2012-05-29 02:45:48 [FINE] File buildcraft-C-additionalbuildcraftobjects-latest.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file buildcraft-client-A-core-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_BuildCraftCore in file buildcraft-client-A-core-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftCore found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftCore loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in buildcraft-client-A-core-3.1.5.zip for mod_BuildCraftCore
2012-05-29 02:45:48 [FINE] Mod class mod_BuildCraftCore loaded successfully
2012-05-29 02:45:48 [FINE] File buildcraft-client-A-core-3.1.5.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file buildcraft-client-B-builders-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_BuildCraftBuilders in file buildcraft-client-B-builders-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftBuilders found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftBuilders loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in buildcraft-client-B-builders-3.1.5.zip for mod_BuildCraftBuilders
2012-05-29 02:45:48 [FINE] Mod class mod_BuildCraftBuilders loaded successfully
2012-05-29 02:45:48 [FINE] File buildcraft-client-B-builders-3.1.5.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file buildcraft-client-B-energy-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_BuildCraftEnergy in file buildcraft-client-B-energy-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftEnergy found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftEnergy loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in buildcraft-client-B-energy-3.1.5.zip for mod_BuildCraftEnergy
2012-05-29 02:45:48 [FINE] Mod class mod_BuildCraftEnergy loaded successfully
2012-05-29 02:45:48 [FINE] File buildcraft-client-B-energy-3.1.5.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file buildcraft-client-B-factory-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_BuildCraftFactory in file buildcraft-client-B-factory-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftFactory found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftFactory loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in buildcraft-client-B-factory-3.1.5.zip for mod_BuildCraftFactory
2012-05-29 02:45:48 [FINE] Mod class mod_BuildCraftFactory loaded successfully
2012-05-29 02:45:48 [FINE] File buildcraft-client-B-factory-3.1.5.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file buildcraft-client-B-transport-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_BuildCraftTransport in file buildcraft-client-B-transport-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftTransport found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftTransport loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in buildcraft-client-B-transport-3.1.5.zip for mod_BuildCraftTransport
2012-05-29 02:45:48 [FINE] Mod class mod_BuildCraftTransport loaded successfully
2012-05-29 02:45:48 [FINE] File buildcraft-client-B-transport-3.1.5.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file buildcraft-client-C-silicon-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_BuildCraftSilicon in file buildcraft-client-C-silicon-3.1.5.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftSilicon found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftSilicon loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in buildcraft-client-C-silicon-3.1.5.zip for mod_BuildCraftSilicon
2012-05-29 02:45:48 [FINE] Mod class mod_BuildCraftSilicon loaded successfully
2012-05-29 02:45:48 [FINE] File buildcraft-client-C-silicon-3.1.5.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file CraftingTableIIIB1.8 (1).zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_CraftingTableIII in file CraftingTableIIIB1.8 (1).zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_CraftingTableIII found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_CraftingTableIII loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in CraftingTableIIIB1.8 (1).zip for mod_CraftingTableIII
2012-05-29 02:45:48 [FINE] Mod class mod_CraftingTableIII loaded successfully
2012-05-29 02:45:48 [FINE] File CraftingTableIIIB1.8 (1).zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file forestry-client-A-1.4.6.2.jar, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_BuildCraftZFP in file forestry-client-A-1.4.6.2.jar, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftZFP found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_BuildCraftZFP loaded
2012-05-29 02:45:48 [FINE] An error occured reading the info file for mod_BuildCraftZFP
tp: Failed to find a field called ["screenshots"] at ["screenshots"] while resolving ["screenshots"] in [{"authors":["SirSengir"],"credits":"","dependencies":["mod_MinecraftForge","mod_BuildCraftCore","mod_BuildCraftTransport"],"description":"A dedicated BuildCraft pipe for the dedicated beekeeper.","logoFile":"","mcversion":"","modid":"mod_BuildCraftZFP","name":"Apiarist's Pipe for BuildCraft 3","parent":"mod_Forestry","updateUrl":"http://forestry.sengir.net/wiki/index.php?n=Main.Downloads","url":"http://forestry.sengir.net/","version":""}].
at tp.a(SourceFile:23)
at fd.a(SourceFile:304)
at fd.b(SourceFile:276)
at cpw.mods.fml.client.FMLClientHandler.readMetadataFrom(FMLClientHandler.java:845)
at cpw.mods.fml.common.FMLCommonHandler.loadMetadataFor(FMLCommonHandler.java:477)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:505)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:547)
at cpw.mods.fml.common.Loader.load(Loader.java:416)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:577)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.a(Minecraft.java:383)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
2012-05-29 02:45:48 [FINE] Mod class mod_BuildCraftZFP loaded successfully
2012-05-29 02:45:48 [FINE] Found a mod class mod_Forestry in file forestry-client-A-1.4.6.2.jar, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_Forestry found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_Forestry loaded
2012-05-29 02:45:48 [FINE] An error occured reading the info file for mod_Forestry
tp: Failed to find a field called ["parent"] at ["parent"] while resolving ["parent"] in [{"authors":["SirSengir"],"credits":"","dependencies":["mod_MinecraftForge"],"description":"Trees, bees and more.","logoFile":"/forestry_logo.png","mcversion":"","modid":"mod_Forestry","name":"Forestry for Minecraft","updateUrl":"http://forestry.sengir.net/wiki/index.php?n=Main.Downloads","url":"http://forestry.sengir.net/","version":""}].
at tp.a(SourceFile:23)
at fd.a(SourceFile:304)
at fd.a(SourceFile:129)
at cpw.mods.fml.client.FMLClientHandler.readMetadataFrom(FMLClientHandler.java:844)
at cpw.mods.fml.common.FMLCommonHandler.loadMetadataFor(FMLCommonHandler.java:477)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:505)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:547)
at cpw.mods.fml.common.Loader.load(Loader.java:416)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:577)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.a(Minecraft.java:383)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
2012-05-29 02:45:48 [FINE] Mod class mod_Forestry loaded successfully
2012-05-29 02:45:48 [FINE] File forestry-client-A-1.4.6.2.jar loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file LogisticsPipes-BC3-0.2.5B.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_LogisticsPipes in file LogisticsPipes-BC3-0.2.5B.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_LogisticsPipes found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_LogisticsPipes loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in LogisticsPipes-BC3-0.2.5B.zip for mod_LogisticsPipes
2012-05-29 02:45:48 [FINE] Mod class mod_LogisticsPipes loaded successfully
2012-05-29 02:45:48 [FINE] File LogisticsPipes-BC3-0.2.5B.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file mod_ironchests-client-3.3.1.21.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_IronChest in file mod_ironchests-client-3.3.1.21.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_IronChest found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_IronChest loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in mod_ironchests-client-3.3.1.21.zip for mod_IronChest
2012-05-29 02:45:48 [FINE] Mod class mod_IronChest loaded successfully
2012-05-29 02:45:48 [FINE] File mod_ironchests-client-3.3.1.21.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file NEI_RedPowerPlugin 1.2.2.zip, attempting to load it
2012-05-29 02:45:48 [INFO] File NEI_RedPowerPlugin 1.2.2.zip contained no mods
2012-05-29 02:45:48 [FINE] Found a zip or jar file RedPowerControl-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_RedPowerControl in file RedPowerControl-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerControl found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerControl loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in RedPowerControl-2.0pr5b2.zip for mod_RedPowerControl
2012-05-29 02:45:48 [FINE] Mod class mod_RedPowerControl loaded successfully
2012-05-29 02:45:48 [FINE] File RedPowerControl-2.0pr5b2.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file RedPowerCore-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_RedPowerCore in file RedPowerCore-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerCore found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerCore loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in RedPowerCore-2.0pr5b2.zip for mod_RedPowerCore
2012-05-29 02:45:48 [FINE] Mod class mod_RedPowerCore loaded successfully
2012-05-29 02:45:48 [FINE] File RedPowerCore-2.0pr5b2.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file RedPowerLighting-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_RedPowerLighting in file RedPowerLighting-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerLighting found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerLighting loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in RedPowerLighting-2.0pr5b2.zip for mod_RedPowerLighting
2012-05-29 02:45:48 [FINE] Mod class mod_RedPowerLighting loaded successfully
2012-05-29 02:45:48 [FINE] File RedPowerLighting-2.0pr5b2.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file RedPowerLogic-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_RedPowerLogic in file RedPowerLogic-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerLogic found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerLogic loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in RedPowerLogic-2.0pr5b2.zip for mod_RedPowerLogic
2012-05-29 02:45:48 [FINE] Mod class mod_RedPowerLogic loaded successfully
2012-05-29 02:45:48 [FINE] File RedPowerLogic-2.0pr5b2.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file RedPowerMachine-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_RedPowerMachine in file RedPowerMachine-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerMachine found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerMachine loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in RedPowerMachine-2.0pr5b2.zip for mod_RedPowerMachine
2012-05-29 02:45:48 [FINE] Mod class mod_RedPowerMachine loaded successfully
2012-05-29 02:45:48 [FINE] File RedPowerMachine-2.0pr5b2.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file RedPowerWiring-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_RedPowerWiring in file RedPowerWiring-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerWiring found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerWiring loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in RedPowerWiring-2.0pr5b2.zip for mod_RedPowerWiring
2012-05-29 02:45:48 [FINE] Mod class mod_RedPowerWiring loaded successfully
2012-05-29 02:45:48 [FINE] File RedPowerWiring-2.0pr5b2.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file RedPowerWorld-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_RedPowerWorld in file RedPowerWorld-2.0pr5b2.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerWorld found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_RedPowerWorld loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in RedPowerWorld-2.0pr5b2.zip for mod_RedPowerWorld
2012-05-29 02:45:48 [FINE] Mod class mod_RedPowerWorld loaded successfully
2012-05-29 02:45:48 [FINE] File RedPowerWorld-2.0pr5b2.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a directory rei_minimap, attempting to load it
2012-05-29 02:45:48 [INFO] Directory rei_minimap contained no mods
2012-05-29 02:45:48 [FINE] Found a zip or jar file ThaumCraft2.1.6.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_ThaumCraft in file ThaumCraft2.1.6.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_ThaumCraft found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_ThaumCraft loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in ThaumCraft2.1.6.zip for mod_ThaumCraft
2012-05-29 02:45:48 [FINE] Mod class mod_ThaumCraft loaded successfully
2012-05-29 02:45:48 [FINE] File ThaumCraft2.1.6.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file WR-CBE Core-Client 1.2.0.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_WirelessRedstoneCore in file WR-CBE Core-Client 1.2.0.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_WirelessRedstoneCore found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_WirelessRedstoneCore loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in WR-CBE Core-Client 1.2.0.zip for mod_WirelessRedstoneCore
2012-05-29 02:45:48 [FINE] Mod class mod_WirelessRedstoneCore loaded successfully
2012-05-29 02:45:48 [FINE] File WR-CBE Core-Client 1.2.0.zip loaded successfully
2012-05-29 02:45:48 [FINE] Found a zip or jar file WR-CBE RedPower-Client 1.2.0.zip, attempting to load it
2012-05-29 02:45:48 [FINE] Found a mod class mod_WirelessRedstoneRedPower in file WR-CBE RedPower-Client 1.2.0.zip, attempting to load it
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_WirelessRedstoneRedPower found, loading
2012-05-29 02:45:48 [FINE] ModLoader BaseMod class mod_WirelessRedstoneRedPower loaded
2012-05-29 02:45:48 [FINE] Failed to find mcmod.info file in WR-CBE RedPower-Client 1.2.0.zip for mod_WirelessRedstoneRedPower
2012-05-29 02:45:48 [FINE] Mod class mod_WirelessRedstoneRedPower loaded successfully
2012-05-29 02:45:48 [FINE] File WR-CBE RedPower-Client 1.2.0.zip loaded successfully
2012-05-29 02:45:48 [INFO] Forge Mod Loader has loaded 27 mods
2012-05-29 02:45:48 [FINE] Beginning mod pre-initialization
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\bin\minecraft.jar
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_CodeChickenCore : mod_CodeChickenCore.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_CodeChickenCore written to mod_CodeChickenCore.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\bin\minecraft.jar
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg
2012-05-29 02:45:48 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true
2012-05-29 02:45:48 [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\bin\minecraft.jar
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_NotEnoughItems : mod_NotEnoughItems.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_NotEnoughItems written to mod_NotEnoughItems.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods[1.2.5] Somnia v24 (1).zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_Somnia : mod_Somnia.cfg
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.heal.easy found values default: 1.0, configured: 1.0, interpreted: 1.0
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.heal.normal found values default: 0.5, configured: 0.5, interpreted: 0.5
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.heal.hard found values default: 0.25, configured: 0.25, interpreted: 0.25
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.hunger.easy found values default: 0.25, configured: 0.25, interpreted: 0.25
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.hunger.normal found values default: 0.375, configured: 0.375, interpreted: 0.375
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.hunger.hard found values default: 0.5, configured: 0.5, interpreted: 0.5
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.respawn.visible found values default: true, configured: true, interpreted: true
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.respawn.default found values default: true, configured: true, interpreted: true
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.valid.worlds found values default: 0, configured: 0, interpreted: 0
2012-05-29 02:45:48 [FINEST] Configuration for mod_Somnia.armor.difficulty found values default: 3, configured: 3, interpreted: 3
2012-05-29 02:45:48 [FINE] Configuration for mod_Somnia written to mod_Somnia.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods[1.2.5]ReiMinimap_v3.1.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_ReiMinimap : mod_ReiMinimap.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_ReiMinimap written to mod_ReiMinimap.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\buildcraft-C-additionalbuildcraftobjects-latest.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_AdditionalBuildcraftObjects : mod_AdditionalBuildcraftObjects.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_AdditionalBuildcraftObjects written to mod_AdditionalBuildcraftObjects.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\buildcraft-client-A-core-3.1.5.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_BuildCraftCore : mod_BuildCraftCore.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_BuildCraftCore written to mod_BuildCraftCore.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\buildcraft-client-B-builders-3.1.5.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_BuildCraftBuilders : mod_BuildCraftBuilders.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_BuildCraftBuilders written to mod_BuildCraftBuilders.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\buildcraft-client-B-energy-3.1.5.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_BuildCraftEnergy : mod_BuildCraftEnergy.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_BuildCraftEnergy written to mod_BuildCraftEnergy.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\buildcraft-client-B-factory-3.1.5.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_BuildCraftFactory : mod_BuildCraftFactory.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_BuildCraftFactory written to mod_BuildCraftFactory.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\buildcraft-client-B-transport-3.1.5.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_BuildCraftTransport : mod_BuildCraftTransport.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_BuildCraftTransport written to mod_BuildCraftTransport.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\buildcraft-client-C-silicon-3.1.5.zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_BuildCraftSilicon : mod_BuildCraftSilicon.cfg
2012-05-29 02:45:48 [FINE] Configuration for mod_BuildCraftSilicon written to mod_BuildCraftSilicon.cfg
2012-05-29 02:45:48 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\CraftingTableIIIB1.8 (1).zip
2012-05-29 02:45:48 [FINE] Reading existing configuration file for mod_CraftingTableIII : mod_CraftingTableIII.cfg
2012-05-29 02:45:48 [FINEST] Configuration for mod_CraftingTableIII.blockIDCraftingTableIII found values default: 126, configured: 126, interpreted: 126
2012-05-29 02:45:48 [FINEST] Configuration for mod_CraftingTableIII.guiIDCraftingTableIII found values default: 235, configured: 235, interpreted: 235
2012-05-29 02:45:48 [FINE] Configuration for mod_CraftingTableIII written to mod_CraftingTableIII.cfg
2012-05-29 02:45:49 [INFO] MinecraftForge v3.2.4.114 Initialized

2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\forestry-client-A-1.4.6.2.jar
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_BuildCraftZFP : mod_BuildCraftZFP.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_BuildCraftZFP written to mod_BuildCraftZFP.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\forestry-client-A-1.4.6.2.jar
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_Forestry : mod_Forestry.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_Forestry written to mod_Forestry.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\LogisticsPipes-BC3-0.2.5B.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_LogisticsPipes : mod_LogisticsPipes.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_LogisticsPipes written to mod_LogisticsPipes.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\mod_ironchests-client-3.3.1.21.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_IronChest : mod_IronChest.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_IronChest written to mod_IronChest.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\RedPowerControl-2.0pr5b2.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_RedPowerControl : mod_RedPowerControl.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_RedPowerControl written to mod_RedPowerControl.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\RedPowerCore-2.0pr5b2.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_RedPowerCore : mod_RedPowerCore.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_RedPowerCore written to mod_RedPowerCore.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\RedPowerLighting-2.0pr5b2.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_RedPowerLighting : mod_RedPowerLighting.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_RedPowerLighting written to mod_RedPowerLighting.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\RedPowerLogic-2.0pr5b2.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_RedPowerLogic : mod_RedPowerLogic.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_RedPowerLogic written to mod_RedPowerLogic.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\RedPowerMachine-2.0pr5b2.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_RedPowerMachine : mod_RedPowerMachine.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_RedPowerMachine written to mod_RedPowerMachine.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\RedPowerWiring-2.0pr5b2.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_RedPowerWiring : mod_RedPowerWiring.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_RedPowerWiring written to mod_RedPowerWiring.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\RedPowerWorld-2.0pr5b2.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_RedPowerWorld : mod_RedPowerWorld.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_RedPowerWorld written to mod_RedPowerWorld.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\ThaumCraft2.1.6.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_ThaumCraft : mod_ThaumCraft.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_ThaumCraft written to mod_ThaumCraft.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\WR-CBE Core-Client 1.2.0.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_WirelessRedstoneCore : mod_WirelessRedstoneCore.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_WirelessRedstoneCore written to mod_WirelessRedstoneCore.cfg
2012-05-29 02:45:49 [FINER] Pre-initializing Z:\SSDUsers\Richard\MultiMC\instances\CustomModPack.minecraft\mods\WR-CBE RedPower-Client 1.2.0.zip
2012-05-29 02:45:49 [FINE] Reading existing configuration file for mod_WirelessRedstoneRedPower : mod_WirelessRedstoneRedPower.cfg
2012-05-29 02:45:49 [FINE] Configuration for mod_WirelessRedstoneRedPower written to mod_WirelessRedstoneRedPower.cfg
2012-05-29 02:45:49 [FINE] Mod pre-initialization complete
2012-05-29 02:45:49 [FINE] Verifying mod dependencies are satisfied
2012-05-29 02:45:49 [FINE] All dependencies are satisfied
2012-05-29 02:45:49 [FINE] Sorting mods into an ordered list
2012-05-29 02:45:49 [FINE] Sorted mod list:
2012-05-29 02:45:49 [FINE] mod_CodeChickenCore: minecraft.jar (before:)
2012-05-29 02:45:49 [FINE] mod_MinecraftForge: minecraft.jar ()
2012-05-29 02:45:49 [FINE] mod_NotEnoughItems: minecraft.jar ()
2012-05-29 02:45:49 [FINE] mod_Somnia: [1.2.5] Somnia v24 (1).zip ()
2012-05-29 02:45:49 [FINE] mod_ReiMinimap: [1.2.5]ReiMinimap_v3.1.zip ()
2012-05-29 02:45:49 [FINE] mod_AdditionalBuildcraftObjects: buildcraft-C-additionalbuildcraftobjects-latest.zip ()
2012-05-29 02:45:49 [FINE] mod_BuildCraftCore: buildcraft-client-A-core-3.1.5.zip ()
2012-05-29 02:45:49 [FINE] mod_BuildCraftBuilders: buildcraft-client-B-builders-3.1.5.zip ()
2012-05-29 02:45:49 [FINE] mod_BuildCraftEnergy: buildcraft-client-B-energy-3.1.5.zip ()
2012-05-29 02:45:49 [FINE] mod_BuildCraftFactory: buildcraft-client-B-factory-3.1.5.zip ()
2012-05-29 02:45:49 [FINE] mod_BuildCraftTransport: buildcraft-client-B-transport-3.1.5.zip ()
2012-05-29 02:45:49 [FINE] mod_BuildCraftSilicon: buildcraft-client-C-silicon-3.1.5.zip ()
2012-05-29 02:45:49 [FINE] mod_CraftingTableIII: CraftingTableIIIB1.8 (1).zip ()
2012-05-29 02:45:49 [FINE] mod_Forestry: forestry-client-A-1.4.6.2.jar ()
2012-05-29 02:45:49 [FINE] mod_BuildCraftZFP: forestry-client-A-1.4.6.2.jar (after:mod_BuildCraftCore;after:mod_BuildCraftTransport;after:mod_Forestry)
2012-05-29 02:45:49 [FINE] mod_LogisticsPipes: LogisticsPipes-BC3-0.2.5B.zip (after:mod_BuildCraftCore;after:mod_BuildCraftTransport)
2012-05-29 02:45:49 [FINE] mod_IronChest: mod_ironchests-client-3.3.1.21.zip ()
2012-05-29 02:45:49 [FINE] mod_RedPowerControl: RedPowerControl-2.0pr5b2.zip ()
2012-05-29 02:45:49 [FINE] mod_RedPowerCore: RedPowerCore-2.0pr5b2.zip ()
2012-05-29 02:45:49 [FINE] mod_RedPowerLighting: RedPowerLighting-2.0pr5b2.zip ()
2012-05-29 02:45:49 [FINE] mod_RedPowerLogic: RedPowerLogic-2.0pr5b2.zip ()
2012-05-29 02:45:49 [FINE] mod_RedPowerMachine: RedPowerMachine-2.0pr5b2.zip ()
2012-05-29 02:45:49 [FINE] mod_RedPowerWiring: RedPowerWiring-2.0pr5b2.zip ()
2012-05-29 02:45:49 [FINE] mod_RedPowerWorld: RedPowerWorld-2.0pr5b2.zip ()
2012-05-29 02:45:49 [FINE] mod_WirelessRedstoneCore: WR-CBE Core-Client 1.2.0.zip ()
2012-05-29 02:45:49 [FINE] mod_WirelessRedstoneRedPower: WR-CBE RedPower-Client 1.2.0.zip (after:mod_WirelessRedstoneCore)
2012-05-29 02:45:49 [FINE] mod_ThaumCraft: ThaumCraft2.1.6.zip (after:
)
2012-05-29 02:45:49 [FINER] Registered texture override 0 (0) on FXAnimatedTexture (0)
2012-05-29 02:45:49 [FINER] Registered texture override 239 (239) on TextureAnimFX (0)
2012-05-29 02:45:49 [FINER] Registered texture override 255 (255) on TextureAnimFX (0)
2012-05-29 02:45:49 [FINER] Registered texture override 61 (61) on TextureVoidCompassFX (1)
2012-05-29 02:45:49 [FINE] Beginning mod initialization
2012-05-29 02:45:49 [FINER] Initializing mod_CodeChickenCore
2012-05-29 02:45:49 [FINER] Initializing mod_MinecraftForge
2012-05-29 02:45:49 [FINER] Initializing mod_NotEnoughItems
2012-05-29 02:45:49 [FINER] Initializing mod_Somnia
2012-05-29 02:45:49 [FINE] mod_Somnia: Minecraft Forge was detected. Enabling SleepHandler.
2012-05-29 02:45:49 [FINER] Initializing mod_ReiMinimap
2012-05-29 02:45:49 [FINER] Initializing mod_AdditionalBuildcraftObjects
2012-05-29 02:45:49 [FINER] Initializing mod_BuildCraftCore
2012-05-29 02:45:49 [FINER] Initializing mod_BuildCraftBuilders
2012-05-29 02:45:49 [FINER] Initializing mod_BuildCraftEnergy
2012-05-29 02:45:49 [FINER] Initializing mod_BuildCraftFactory
2012-05-29 02:45:49 [FINER] Initializing mod_BuildCraftTransport
2012-05-29 02:45:49 [FINER] Initializing mod_BuildCraftSilicon
2012-05-29 02:45:49 [FINER] Initializing mod_CraftingTableIII
2012-05-29 02:45:49 [FINER] Initializing mod_Forestry
2012-05-29 02:45:49 [FINER] Breeding mode for bees set to NORMAL
2012-05-29 02:45:49 [FINE] Found plugin for BuildCraft3
2012-05-29 02:45:49 [FINE] Found plugin for Native Apiculture
2012-05-29 02:45:49 [FINE] Found plugin for Native Arboriculture
2012-05-29 02:45:49 [FINE] Found plugin for Core
2012-05-29 02:45:49 [FINE] Found plugin for Native Cultivation
2012-05-29 02:45:49 [FINE] Found plugin for Native Energy
2012-05-29 02:45:49 [FINE] Found plugin for Native Factory
2012-05-29 02:45:49 [FINE] Found plugin for Native Food
2012-05-29 02:45:49 [FINE] Found plugin for Native Storage
2012-05-29 02:45:49 [FINE] Found plugin for IndustrialCraft2
2012-05-29 02:45:49 [FINE] Found plugin for TerraFirmaCraft
2012-05-29 02:45:49 [FINE] Found plugin for TwilightForest
2012-05-29 02:45:49 [FINE] Skipped plugin class forestry.plugins.PluginForestryArboriculture because preconditions were not met.
2012-05-29 02:45:49 [FINE] Skipped plugin class forestry.plugins.PluginIC2 because preconditions were not met.
2012-05-29 02:45:49 [FINE] Skipped plugin class forestry.plugins.PluginTFCraft because preconditions were not met.
2012-05-29 02:45:49 [FINE] Skipped plugin class forestry.plugins.PluginTwilightForest because preconditions were not met.
2012-05-29 02:45:49 [FINER] Initializing mod_BuildCraftZFP
2012-05-29 02:45:50 [FINER] Initializing mod_LogisticsPipes
2012-05-29 02:45:50 [FINER] Initializing mod_IronChest
2012-05-29 02:45:50 [FINER] Initializing mod_RedPowerControl
2012-05-29 02:45:50 [FINER] Initializing mod_RedPowerCore
2012-05-29 02:45:50 [FINER] Initializing mod_RedPowerLighting
2012-05-29 02:45:50 [FINER] Initializing mod_RedPowerLogic
2012-05-29 02:45:50 [FINER] Initializing mod_RedPowerMachine
2012-05-29 02:45:50 [FINER] Initializing mod_RedPowerWiring
2012-05-29 02:45:50 [FINER] Initializing mod_RedPowerWorld
2012-05-29 02:45:50 [FINER] Initializing mod_WirelessRedstoneCore
2012-05-29 02:45:50 [FINER] Initializing mod_WirelessRedstoneRedPower
2012-05-29 02:45:50 [FINE] Starting BuildCraft 3.1.5
2012-05-29 02:45:50 [FINE] Copyright (c) SpaceToad, 2011
2012-05-29 02:45:50 [FINE] http://www.mod-buildcraft.com
2012-05-29 02:45:50 [FINER] Initializing mod_ThaumCraft
2012-05-29 02:45:50 [FINE] Mod initialization complete
2012-05-29 02:45:50 [FINE] Beginning mod post-initialization
2012-05-29 02:45:50 [FINER] Post-initializing mod_CodeChickenCore
2012-05-29 02:45:50 [FINER] Post-initializing mod_MinecraftForge
2012-05-29 02:45:50 [FINER] Post-initializing mod_NotEnoughItems
2012-05-29 02:45:50 [FINER] Post-initializing mod_Somnia
2012-05-29 02:45:50 [FINER] Post-initializing mod_ReiMinimap
2012-05-29 02:45:50 [FINER] Post-initializing mod_AdditionalBuildcraftObjects
2012-05-29 02:45:50 [FINER] Post-initializing mod_BuildCraftCore
2012-05-29 02:45:50 [FINER] Post-initializing mod_BuildCraftBuilders
2012-05-29 02:45:50 [FINER] Post-initializing mod_BuildCraftEnergy
2012-05-29 02:45:50 [FINER] Post-initializing mod_BuildCraftFactory
2012-05-29 02:45:50 [FINER] Post-initializing mod_BuildCraftTransport
2012-05-29 02:45:50 [FINER] Post-initializing mod_BuildCraftSilicon
2012-05-29 02:45:50 [FINER] Post-initializing mod_CraftingTableIII
2012-05-29 02:45:50 [FINER] Post-initializing mod_Forestry
2012-05-29 02:45:50 [FINE] Using buildcraft.energy.PneumaticPowerFramework as framework.
2012-05-29 02:45:50 [FINER] Registering ore apatite.
2012-05-29 02:45:50 [FINEST] Registering boiler package: Apiary (Meta: 7)
2012-05-29 02:45:50 [FINEST] Registering mill package: Apiarist's Chest (Meta: 3)
2012-05-29 02:45:50 [FINEST] Registering mill package: Analyzer (Meta: 4)
2012-05-29 02:45:50 [FINEST] Registering planter package: Arboretum (Meta: 0)
2012-05-29 02:45:50 [FINEST] Registering planter package: Farm (Meta: 1)
2012-05-29 02:45:50 [FINEST] Registering planter package: Rubber Plantation (Meta: 2)
2012-05-29 02:45:50 [FINEST] Registering planter package: Pumpkin Farm (Meta: 3)
2012-05-29 02:45:50 [FINEST] Registering planter package: Peat Bog (Meta: 4)
2012-05-29 02:45:50 [FINEST] Registering planter package: Mushroom Farm (Meta: 5)
2012-05-29 02:45:50 [FINEST] Registering planter package: Netherwart Farm (Meta: 6)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Logger (Meta: 0)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Combine (Meta: 1)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Rubber Harvester (Meta: 2)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Pumpkin Harvester (Meta: 3)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Turbary (Meta: 4)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Cacti Harvester (Meta: 5)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Mushroom Picker (Meta: 6)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Sugar Cane Harvester (Meta: 7)
2012-05-29 02:45:50 [FINEST] Registering harvester package: Infernal Combine (Meta: 8)
2012-05-29 02:45:50 [FINEST] Registering mill package: Forester (Meta: 0)
2012-05-29 02:45:50 [FINEST] Registering mill package: Treetap (Meta: 2)
2012-05-29 02:45:50 [FINEST] Registering engine package: Biogas Engine (Meta: 0)
2012-05-29 02:45:50 [FINEST] Registering engine package: Peat-Fired Engine (Meta: 1)
2012-05-29 02:45:50 [FINEST] Registering engine package: Electrical Engine (Meta: 2)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Bio Power Generator (Meta: 4)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Fermenter (Meta: 0)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Still (Meta: 1)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Bottler (Meta: 2)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Raintank (Meta: 3)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Carpenter (Meta: 5)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Moistener (Meta: 6)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Centrifuge (Meta: 8)
2012-05-29 02:45:50 [FINEST] Registering boiler package: Squeezer (Meta: 9)
2012-05-29 02:45:51 [FINEST] Registering mill package: Rainmaker (Meta: 1)
2012-05-29 02:45:51 [FINER] Post-initializing mod_BuildCraftZFP
2012-05-29 02:45:51 [FINER] Post-initializing mod_LogisticsPipes
2012-05-29 02:45:51 [FINE] Additional pipes not detected: buildcraft.additionalpipes.pipes.PipeItemTeleport
2012-05-29 02:45:51 [FINER] Post-initializing mod_IronChest
2012-05-29 02:45:51 [FINE] mod_IronChest unable to load Equivalent Exchange integration
2012-05-29 02:45:51 [FINER] Post-initializing mod_RedPowerControl
2012-05-29 02:45:51 [FINER] Post-initializing mod_RedPowerCore
2012-05-29 02:45:51 [FINER] Post-initializing mod_RedPowerLighting
2012-05-29 02:45:51 [FINER] Post-initializing mod_RedPowerLogic
2012-05-29 02:45:51 [FINER] Post-initializing mod_RedPowerMachine
2012-05-29 02:45:51 [FINER] Post-initializing mod_RedPowerWiring
2012-05-29 02:45:51 [FINER] Post-initializing mod_RedPowerWorld
2012-05-29 02:45:51 [FINER] Post-initializing mod_WirelessRedstoneCore
2012-05-29 02:45:51 [FINER] Post-initializing mod_WirelessRedstoneRedPower
2012-05-29 02:45:51 [FINER] Post-initializing mod_ThaumCraft
2012-05-29 02:45:51 [FINE] Mod post-initialization complete
2012-05-29 02:45:51 [INFO] Forge Mod Loader load complete, 27 mods loaded
2012-05-29 02:46:08 [FINER] Registered texture override 254 (254) on FXAnimatedTexture (0)
2012-05-29 02:46:08 [FINER] Registered texture override 239 (239) on TextureAnimFX (0)
2012-05-29 02:46:08 [FINER] Registered texture override 0 (0) on FXAnimatedTexture (0)
2012-05-29 02:46:08 [FINER] Registered texture override 255 (255) on TextureAnimFX (0)
2012-05-29 02:46:08 [FINER] Registered texture override 252 (252) on FXAnimatedTexture (0)
2012-05-29 02:46:08 [FINER] Registered texture override 253 (253) on FXAnimatedTexture (0)
2012-05-29 02:46:08 [FINER] Registered texture override 61 (61) on TextureVoidCompassFX (1)

FuelLookup always returns zero.

FMLServerHandler.instance().fuelLookup() seems to always (or at least sometimes) return zero even if BaseMod.addFuel() returns a non-zero value. Cause unknown, discovered while using Forge 3.0.1.75. Newer versions untested.

ModLoader regression issues

This bug is a permanent place to note any and all differences between ModLoader behaviour and FML behaviour.

using Modloader 1.3.1 prelim for Minecraft v1.3.1, and the forge source install #181, onTickInGame gets called before Minecraft.thePlayer and Minecraft.theWorld are set, causing code that reference the two fields to give NPE. Had to check if thePlayer == null before running the bulk of my code inside onTickInGame.

Modloader.isGuiOpen(null) returns true on modloader when no menu of any kind is open, but returns false in FML. had to use Minecraft.currentScreen == null to get the effect I needed.

[2.0.25.36]Switching to or launching the game with an HD texture pack crashes the client.

I just installed 2.0.25.36, then started MC. Before going ingame, I tried switching to a texture pack (sphax 128). I got the crash below. After that, I crashed before even getting to the menu. I edited out the texture pack from the config, then tried a different TP (battered old stuff 64x), and got the same crash.

Forge Mod Loader version 2.0.25.36 for Minecraft 1.2.5
mod_CodeChickenCore : Available (minecraft.jar)
mod_NotEnoughItems : Available (minecraft.jar)
mod_MinecraftForge : Available (minecraft.jar)
mod_ReiMinimap : Available ([1.2.5]ReiMinimap_v3.0_06.zip)
mod_Backpack : Available (Backpack_v2.3.5_FML_Client.zip)
mod_BuildCraftCore : Available (buildcraft-client-A-core-2.2.14.zip)
mod_BuildCraftBuilders : Available (buildcraft-client-B-builders-2.2.14.zip)
mod_BuildCraftEnergy : Available (buildcraft-client-B-energy-2.2.14.zip)
mod_BuildCraftFactory : Available (buildcraft-client-B-factory-2.2.14.zip)
mod_BuildCraftTransport : Available (buildcraft-client-B-transport-2.2.14.zip)
mod_AdditionalPipes : Available (buildcraft-client-DA-additionalpipes-2.1.3.zip)
mod_EnderStorage : Available (EnderStorage-Client 1.1.1.zip)
mod_Forestry : Available (forestry-client-A-1.4.4.4_bc2.2.jar)
mod_ImmibisCore : Available (immibis-core_48.2.1_for_1.2.5-client.jar)
mod_IC2 : Available (industrialcraft-2-client_1.95b.jar)
mod_InvTweaks : Available (InvTweaks-1.41b-1.2.4.zip)
mod_IC2_ChargingBench : Available (mod_chargingbench-client-1.95b-1.2.5-r1.zip)
mod_CompactSolars : Available (mod_compactsolars-client-2.2.0.5.zip)
mod_IronChest : Available (mod_ironchests-client-3.3.1.21.zip)
mod_PowerConverters : Available (PowerConverters_Client_1.3.4.zip)
mod_RedPowerControl : Available (RedPowerControl-2.0pr5b1.zip)
mod_RedPowerCore : Available (RedPowerCore-2.0pr5b1.zip)
mod_RedPowerLighting : Available (RedPowerLighting-2.0pr5b1.zip)
mod_RedPowerLogic : Available (RedPowerLogic-2.0pr5b1.zip)
mod_RedPowerMachine : Available (RedPowerMachine-2.0pr5b1.zip)
mod_RedPowerWiring : Available (RedPowerWiring-2.0pr5b1.zip)
mod_RedPowerWorld : Available (RedPowerWorld-2.0pr5b1.zip)
mod_Transformers : Available (TransformersClient v1.2.zip)
mod_TubeStuff : Available (tubestuff_48.2.1_for_1.2.5-client.jar)
mod_WirelessRedstoneCore : Available (WR-CBE Core-Client 1.2.0.zip)
mod_WirelessRedstoneAddons : Available (WR-CBE Addons-Client 1.2.0.zip)
mod_WirelessRedstoneRedPower : Available (WR-CBE RedPower-Client 1.2.0.zip)

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT 1ca7375 --------
Generated 5/13/12 11:22 PM

Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_02-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.8.3
OpenGL: GeForce GTX 580/PCIe/SSE2 version 4.2.0, NVIDIA Corporation

java.lang.IllegalArgumentException: Number of remaining buffer elements is 1024, must be at least 16384. Because at most 16384 elements can be returned, a buffer with at least 16384 elements is required, regardless of actual returned element count
at org.lwjgl.BufferChecks.throwBufferSizeException(BufferChecks.java:162)
at org.lwjgl.BufferChecks.checkBufferSize(BufferChecks.java:189)
at org.lwjgl.BufferChecks.checkBuffer(BufferChecks.java:230)
at org.lwjgl.opengl.GL11.glTexSubImage2D(GL11.java:2915)
at aaw.a(RenderEngine.java:541)
at net.minecraft.client.Minecraft.k(Minecraft.java:1539)
at net.minecraft.client.Minecraft.x(Minecraft.java:820)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT a057a817 ----------

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.