RFTools

RFTools

74M Downloads

[1.8.9] Can't run RFTools in an obfuscated dev env

Tbsc opened this issue ยท 10 comments

commented
commented

Um? Can you clarify?

commented

Yeah, I clicked enter without entering the description. Wait a moment.

commented

I'm trying to code a mod for 1.8.9 using your "new" power system, and since it doesn't have any power generation I also installed RFTools. RFTools (obviously) can't be launched from a dev env since it uses obfuscated method names and in a dev env they are deobfuscated.

commented

Ah. Well I don't really have a good place to host a non obfuscated version of RFTools. You can of course try to compile it yourselves. Atm that would be the only solution I think.

commented

I believe this was just fixed in forge, so that stuff automatically gets deobfuscated and -dev jars are no longer necessary.

See MinecraftForge/MinecraftForge@9a737b0.

commented

Ah nice! That would be an even better solution

commented

@McJty Just saying, CurseForge allows you to upload additional files. Take a look at how Tema does it with ExtraUtilities (http://minecraft.curseforge.com/projects/extra-utilities/files/2264383)

commented

Yes but makes it somewhat more confusing for users. I tried it in the past and got confused users who couldn't get my mod to work because the downloaded the dev version.

commented

@Tbsc as I said above, this is no longer necessary. Try forge build 1696.

commented

Alright, thanks for the help!