Dykam / tabbychat

TabbyChat chat mod for Minecraft
16 stars 0 forks source link

Reobfuscate tabbychat #20

Closed Dykam closed 10 years ago

Dykam commented 10 years ago

Say what?

Dykam commented 10 years ago

What would be best way to do this? I mainly focused on liteloader. @killjoy1221? Having never modded before (but plenty of java/bukkit), I was able to figure out most, except for the reobfuscation.

mattmess1221 commented 10 years ago

You can either recompile it with mcp or use forgegradle, which I recommend.

Dykam commented 10 years ago

I want to target LiteLoader (as well), does that work with forgegradle?

mattmess1221 commented 10 years ago

It should all work. Soon, I'll do a PR with my changes for forge compat and a build.gradle.

Dykam commented 10 years ago

Ah, nice. I've been using maven to compile it myself, which works fine for compiling the decompiled Minecraft sources, and IntelliJ's own compiler to produce the litemod, but it's better to follow the standards (forgegradle)