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

With the current FMLControlledNamespacedRegistry, it is impossible to override a vanilla item or block since it automatically adds the mod id to the mapping name. The swap method is not...

Noticed this on 1.7.10. Method appears to be exactly the same on master branch. Method: https://github.com/MinecraftForge/FML/blob/master/src/main/java/net/minecraftforge/fml/common/registry/EntityRegistry.java#L253 During the method, if while searching the spawns list it finds an already existing...

# Introduction After having spent quite a bit of time working with [NodeJS](http://nodejs.org) and [NPM](http://npmjs.org), I've become quite impressed with the power and simplicity of the [package.json](https://docs.npmjs.com/files/package.json) file format. I've...

When I made my mcmod.info file i put it in /src/main/resources and named it mcmod.info Everything is done correctly and i used a sample mcmod.info file and edited it for...

Sometimes, when connecting to a FML server with a vanilla client, FML keeps spamming about unexpected packets during "modded negotiation", while the client is already connected and playing. I haven't...

Not sure whether that affects ALL core mods but i would assume it does. Asm was added to the LaunchClassLoader exclusion list in 91338433fa74e782e237643632de2cc5e17ee280. This causes crashes like these: http://pastebin.com/NdHvExxP...

Update the readme with basic information on building new mods, as well as pointing to documentation for builds.

Some invocations currently result in messages like this: [12:22:04] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... I'd change it as follows to be less dependent on directly invoking System.out/err.println: ``` java private...

Specifically, the error gets swallowed and suppressed, and the level.dat file gets deleted. - create a world with multiple mods - remove one mod - load the world - add...