FML icon indicating copy to clipboard operation
FML copied to clipboard

(Archive Only: Merged into Forge proper) The Forge Mod Loader - an opensource replacement mod loader for minecraft

Results 34 FML issues
Sort by recently updated
recently updated
newest added

[main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead You guys may have to play around with...

Had [this crash](https://gist.github.com/Glassmaker/e7ca857d03603307824e) less than the one in #548 while entering the world. Java: 1.7.0_67 FML: 8.0.5.1012 Mappings: snapshot_nodoc_20141021

Had [this crash](https://gist.github.com/Glassmaker/84c7c72d2d10081d8d2a) often while entering the world. Java: 1.7.0_67 FML: 8.0.5.1012 Mappings: snapshot_nodoc_20141021

currently, AT will only transform the specific class, its subclasses will stay same. this became a problem when you need to change access of a method, you have to add...

got this crash with latest forge/fml/mods in singleplayer. http://pastebin.com/z79WQdZv when trying use a fake player(thermal expansion machine/opencomputer robot) to attack inferno mobs. http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1284359-atomicstrykers-infernal-mobs-diablo-style?page=48#c955 reported that to Infernal Mobs, but AtomicStryker...

Corrected name and linked to event fired on mod deactivation. Added FMLModDisabledEvent to list of potential EventHandler events. Because i was confused at first to find that there is no...

This is to allow mods which for one reason or another want to prevent players from travelling to other dimensions. An example would be a mod which wants to keep...

Sponge has 4 extra priority levels. This expands the EventPriority enum so that the extra priorities are supported. It also adds a .getBusID() method to the EventBus class. This means...

Specifically, at line https://github.com/MinecraftForge/FML/blob/master/src/main/java/cpw/mods/fml/common/network/internal/FMLProxyPacket.java#L101 The dispatcher has not yet been set. A null check would probably suffice (I'm not familiar with the flow here), if it's not possible to assign...

When I connect to a FML server using a vanilla client, my client just stops at the "Logging in" screen. The cancel button works, though. This happens regardless of whether...