Everything posted by LexManos
-
Stuck on splash screen/crashing
Ah ya, you were installing just FML. Which is a subset {slimmed down version} of Forge. But ya that link is where you can grab the full version of Forge. And the 'Recommended' version is well recommended....
-
Minecraft ID's and conflicts
No, it uses flat arrays, and hard coded ids. Literally 1/2 there shit is if getBlock(x,y,z) == 15 do shit. Or Block.blocks[getBlock(x,y,z)].doShit() This argument is getting annoying and repetitive. If you don't spend 10 seconds to do some research, please don't support things -.-
-
Stuck on splash screen/crashing
This happens when you don't add everything from the Forge zip into your minecraft.jar In this case: ve.class What download did you use? It looks like you're installing JUST FML not Forge...
-
Forge and the new Minecraft Launcher (Minecraft 1.6+)
We have plans for working with the new client structure yes. Profiles will have a --userDir not sure where they are going to stick it but it should be good.
-
my map hates forge
It appears you logged out in a invalid dimension. This can happen if you've removed or added mods that deal with dimensions. Go find a NBT editor and set your dimension to 0.
-
Single player commands
'Errors' in MagicLauncher are notorious for NOT being errors. The log clearly states that its an error loading a class: Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.LocalConfiguration
-
Ladders!
Not our issue, i'd advise doing a bit of testing to see what you need. Its a optifine issue. They are not up to date with Forge. And Officially we don't support base class mods such as Optifine. You have two options Dont use Optifine, or try finding a older version of forge that Optifine DOES work with and not complain about the bugs in it that arnt fixed.
-
BreakSpeed in PlayerEvent with coordinate parameters
Yes but what about the other areas that call that event?
-
Compiling issues
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file vtsman/mine_modus/tileentity/Quantum_Materializer_TE You have dead code in your mod. Get rid of it This is why @Override is important -.-
-
this may be a java problem,but I just want to make sure it's not a forge problem
http://lmgtfy.com/?q=calling+methods+in+java+proper+arguments
-
Can't climb vines/ladders
Its a optifine issue, not a forge issue.
-
Mod crashing server with ClassDefNotFound
Those annotations are not invalid. They are there for this exact reason. You have a hard reference to client side classes in your mod. You need to stop doing that. You may not be referencing those classes directly but you may have subclasses of them referenced.
-
Minecraft Loads all the way, shows Mojang logo, then crashes.
Install without Optfine, or install Optifine AFTER forge.
-
Your Block ID's (or, "Endermen and Your Blocks")
https://github.com/MinecraftForge/MinecraftForge/blob/master/common/net/minecraftforge/common/MinecraftForge.java#L208 We fix that.
-
chickenbones bug report
You're missing a mod that one of your recently added depends on. The full log should give you more information. However, this *should* of printed a nice display screen for you...
-
Forge not working, tried several installments
Is that the entity of your current log? It should at least have the error if it's displaying that message on screen.
-
Decompiling forge mods
If you can't figre out how to pull and understand a open source mod. You're not going to igure out how to decompile a mod. So go learn some more before trying to tackle this.
-
Custom Configuration File Directories
Protip: DO NOT PUT YOUR CONFIGS OUTSIDE THE CONFIG FOLDER. That's a really really stupid thing to do. Breaking standards just because you feel like it is bad. You can make subfolders in the config folder, but making them in the root of the MC folder just causes issues. Proper way to do it is to listen for the PreInit event, and grab the config folder from that: event.getModConfigurationDirectory();
-
Multiple Mods in one mcmod.info File.[SOLVED]
https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file This is where the modid comes in.
-
Minecraft forge 1.5.1 Server error (Im on windows 8)
... XNA has NOTHING to do with Minecraft...
-
[Solved] Texture Files
The 4 bytes you save by having the transfomrer strip it out is negated by the processing time and KB's {albeit temporary memory} used to rebuild the modified class. Seriously. The SideOnly annotation is designed ONLY for Vanilla classes so that we can merge the client and servers code base and still know how to emulate the exact runtime environment.
-
part of mods don't work
These sound more like bugs or issues with the Mods themsevles, go speak with there respective support teams first, not us.
-
ModLoader Mod not compatable with Minecraft Forge
loordgek is correct the mod you linked is NOT a ModLoader mod It's a jar mod that happens to work with ModLoader. And reviewing his changes to the vanilla MC classes. He could do all of that base clean with Forge. So tell him to stop being stupid and move to Forge.
-
Vanilla/FML difference?
Typically, Forge itself has almost zero impact on the performance of minecraft. Some area its a little slower others it's massivly more efficient. However, when it comes to adding mods in, it all depends on your computer. Some can handle it at 5,000fps, others can't {My personal tests give be a 150% bump in FPS when Forge is installed} The more mods you have installed, the less FPS you will have. Simply because the game is doing more. If you really think this is something on Forge's end, which I highly doubt. Go grab visualvm or jprofiler and start profiling minecraft to see where it's spending it's processing time.
-
Using forge to create a custom Client
The simple solution is to not edit base classes. Pretty much everything you would ever need to do can be done without base edits.
IPS spam blocked by CleanTalk.