-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
I dont care about you bouncing back and forth. There IS a difference between Client distribution and dedicated server distribution. Namely, one has a fuck ton of functions/classes stripped out, i'll leave you to guess which one. Point is, hes a retard and is using a method that only exists on the CLIENT distribution (minecraft.jar) on the SERVER distribution (minecraft_server.jar), it does not exists. Tell him to stop being lazy and go test for himself, it's his issue, he needs to fix it. Block.getDamageValue does NOT exist on the server. As I stated time and again. He needs to 1) stop using it or 2) ship a base class edit that adds it back in. Which would be stupid.
-
Forge breaks Silk Touch usage with Ender Chest
LexManos replied to monsen's topic in Support & Bug Reports
Fixed in build 238 after getting really pissed off at vanilla enchanting mechanics. -
The installer is not broken, it works fine if you provide valid clean jars. DO NOT install ModLoader EVER ModLoader is NOT needed for Forge it WILL break shit because it is horribly written. You know what, Speiger, I'm tired of your stupidity, get off my forum.
-
That he shouldn't be fucking using client side only methods? Seems straight forward to me, It has NOTHING to do with forge and EVERYTHING to do with him not properly testing/writing his mod.
-
Feanor was banned for this post/thread.
-
All i can say is make sure the game is fully shut down before editing the config. I know for a fact that the BC config works just fine. It appears you're doing something wrong.
-
Please Help I'm only a learner. Format specifier 'B'?
LexManos replied to dan7794's topic in Modder Support
Update your Forge and see if ti still happens. If it does, post a full error log. -
Dont know how you're doing it, but if it says you're using a modified jar, you are. Start from scratch.
-
The server side has a save handler.
-
Seems to me that after you edit the item on the server side you need to send a packet to the client telling it that the item in the slot has changed... Oh I wonder if thats ever been done before....
-
Really really dude That's like saying that the president is having sex with the doctor because he said bow ties are cool. No, come back to me when someone has stated '1.4 will be release on Halloween'
-
It appears that you're just screwing something up reading the config. I'd suggest fixing your config rather then hacking around trying to fix the front door by installing a new garage.
-
FMLLog.warning("The mod %s tried to register the entity class %s which was already registered - if you wish to override default naming for FML mod entities, register it here first", Loader.instance().activeModContainer().getModId(), entityClass); Somehow the mod container is null, but still the point is there, its trying to do something stupid.
-
So he knows hes using a function thats client side only.. yet he still sends you here to get support? No Tell him to stop using a client side only function on the server.
-
We do not support, nore care abut BTW. The author has proven on many occasions that he is a twat who doesnt care about compatibility just because he and El like to bite each others heads off. Go bitch at him not us.
-
Crash please help I really need it. Format Specifier 'B'
LexManos replied to dan7794's topic in Support & Bug Reports
Make sure you've updated to the latest build. -
There are 71 item sprites free, and 32 terrain sprites... And From the looks of it, its going to go down even more in the next version. And you want a single mod to take more then 1/2 of it? People wonder why we think using addOverride is stupid.
-
at net.minecraft.src.ModLoader.addOverride(ModLoader.java:174) at net.minecraft.src.mod_Usefull_Cobble.<init>(mod_Usefull_Cobble.java:439) Exactly how many damn sprites are you using? Move to a custom texture sheet, quit useing addOverride.
-
You give WAY to much credit to the end user. Hell, its a miracle they even understand how to put the mod in the right folder.
-
Universal 4.0.0.200 not loading on new server
LexManos replied to Nutmegan's topic in Support & Bug Reports
Seems to of started fine for me. How about a full log and description of the error. Also, update, 200 is old, use the latest build for best results. -
Failing to load my own mod. Server Side Now
LexManos replied to Jade_Knightblazer's topic in Support & Bug Reports
You know.. I never thought of that. My god i've been a fucking retard Oh wait... There are perfectly setup debug configurations for the eclispe workspace. Not my problem if you cant be bothered to use them -.- -
If you feel retarded while asking for help Odds are you are and should probably search for things before posting. However in addition to that, we also need to see your code to even know the fuck you're talking about.
-
Failing to load my own mod. Server Side Now
LexManos replied to Jade_Knightblazer's topic in Support & Bug Reports
Caused by: java.lang.ClassNotFoundException: atg -MCPBot- [ GET CLIENT CLASS ] -MCPBot- Side : client -MCPBot- Name : EntityClientPlayerMP -MCPBot- Notch : atg Seems fairly obvious what the issue is, you're referencing a class that doesnt exist. Test your mod better. -
Having issues installing Forge on 1.3.2
LexManos replied to SalientGreen's topic in Support & Bug Reports
Log file he said, also this shouldnt happen on latest version of FML So get us a real log file.