Everything posted by LexManos
-
Bukkit
Without cooperation from the Bukkit team, Forge will not be going to bukkit any time soon. Its a lot of work that needs to be repeated every update. That could be a ton easier if the Bukkit team were to give a little bit of help on there end.
-
[Solved]Multiple render passes problem!
You can, just copy the stick into your texture sheet. It can be done pragmatically, so to google you go.
-
help please
This is caused when you can't connect to the mc login servers, this anything to do with forge.
-
Client crashes upon joining a server (WorldEdit CUI)
There is a difference between a ModLoader mod, and a Base class mod that happens to work with ModLoader. We do not support base class mods, as they are a ancient paradigm that modders should not be doing, and it's almost impossible to support them, they have to support us.
-
[Craftbukkit and forge].
As of yet, no.
-
Can't connect to my server
The mod FloraCraft2 appears to reject its own version number (1.9.4 r2) in its version handling. This is likely a severe bug in the mod! God dig around in your @NetworkMod annotation and get the version thats required. Should be fairly simple enough to figure out why your own mod is asking for a different version...
-
Forge 6.0.1 Minecraft 1.4.2 (stuttering freeze) when found a village
Seems to me like your computer just isn't fast enough for you to run around in creative generating all those chunks, and is only noticeable when you generate a village. Which is not a simple task. The villages.dat file is just some debug code that was in there, which is gone now. But that doesnt cause lag.
-
NoSuchMethodException when Magic Launcher loads Forge
The issue is that you are trying to install 1.4.2 Forge on a 1.3.2 jar. There is nothing for us to fix on our side.
-
1.4.2 Minecraft crashes after several minutes
Seems like Millinaire has a bug, go talk to them about it.
-
Crash Report (no modloader)
Update to the latest Forge.
-
Build and reobfuscate Forge from source
There is no such thing as the 'server jar' Its universal, if your mod was made correctly it'll work on the dedicated server.
-
Trouble setting up Minecraft Forge Server
You cant install forge into craftbukkit.
-
Can't connect to my server
If that version is indeed in your mods, then speak with the mod author to figure out why its being rejected.
-
(1.4.2) Black screen on launch with 349/350
You're trying to install Forge for 1.4.2 on a 1.3.2 jar.
-
Black Screen and hang after Mojang logo
Use a different instillation procedure, I advise 7zip, whatever you did made the aux class dissapear, which probably means you tried extracting the entirity of minecraft.jar, you can't have a file named aux on your computer, so, you need to do it in memory. Either use a launcher {multimc} or do it properly using a archive manager {7zip}
-
Balck screen for Mc after login
Banned for being a mineshafter user, and for not searching.
-
Upgrading to 1.4.2 Error
Its your @Instance Theres no way around it, write your @Instance annotation correct, with your correct ModId
-
Minecraft Test Error
You need to post your logs, and before you say there arnt any, there are.
-
Bosses that are refusing to render
I see nowhere where you register your tracking info.
-
4096 Block ID's bugs
Umm, No, par2 is y. It's checking to make sure your y isn't above max world height. Not all 256's relate to block ids u.u
-
Forge 3.3.7 client needs reuploaded.
Fixed, thought I caught all the links, but I must of missed that one.
-
Latest release post points to v5 instead of v6
Its fixed.
-
[1.4.2] Minecraft gets a blackscreen when running 6.0.1.343 for 1.4.2.
Overlook when we were upgrading jenkins, recomended builds are fixed now.
-
(1.4.2) Minecraft crashes when startup
http://files.minecraftforge.net/fmllibs/fml_libs.zip Download that and extract to your minecraft/libs folder.
-
[1.4.2] Blackscreen on startup Forge #339
You've installed 1.4.2 on a 1.3.2 jar.