Jump to content

Recommended Posts

Posted

I edited Minecraft class and compiled->obfuscated it to bao.class, but after I added this to my minecraft.jar, all my changes don't applies in game. But client not redownloading as it should be. What is wrong? It's non-sense for me...

Posted

Why are you messing around with minecraft.jar?

What Mc version

Why are you messing with the jar file directly and not making a mod file, because if you don't your not using forge

Why are you change base classes. If it isn't a base class, then you can't have it as it's never referenced

[shadow=gray,left][glow=red,2,300]KEEGAN[/glow][/shadow]

Posted

But... I've just used it once, and want to "rollback" it. And what class cover my?

Version 1.7.10, I don't know how to make mods via mod file, also I needn't it because I make my own custom client.

Posted

There is no minecraft.jar in 1.7.10, so what are you doing? What do you mean by rollback? And if your making your own client, as in laucher, you dont need to mess with the base code. Period.

If your editing the game, bad idea.

Making a mod file is what happens when you run 'gradlew build' your mod file is in build/libs

Also, NEVER edit base classes.

[shadow=gray,left][glow=red,2,300]KEEGAN[/glow][/shadow]

Posted

Why? Why I can't edit base classes if I understand what I do? It is client just for my server.

I say minecraft.jar, but I means any like Forge1.7.10-1230.jar version. I just edited base class and some my changes was applied (for example, binds, but after I trying to remove it, it removed, but when I join singleplayer world or multiplayer server, it returns "Unknown command" like this command was executed by me), and I want to restore original class now, but I can't, because original class don't affect client (bug with command not deleted). I know what I do and I hate difficult "external" modding.

Posted

What are you wanting in your "Custom Client". Everything that you could probably want can be done in Forge with no need to edit base classes. Base Editing is not supported.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.