Jump to content

rinart73

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by rinart73

  1. I think I need a file with SRG names because mod is applying .patch to the game. Or I'm wrong and I can use normal MCP files to create a patch? But there is .class files, not .java in ...-srgBin.jar.
  2. It's ok but I need not just names but whole source files with SRG names. If mod is applying a patch to the game, i need to provide a patch with SRG names or MCP?
  3. So, there is a code: My question is: how to get field names like "field_146450_f" from minecraft.jar? I tried to decompile it and I saw names only like "il", "ij"...
  4. I imported a project in the IntelliJ IDEA, using a tutorial. But lines such as have red color. So, what I need to do to fix this?
  5. But I don't need to compile Baubles! It's compiled already
  6. I'm sure that baubles.api is in the that jar. Where I need to place libs folder? ForgeGradle root? Or FGroot/src? I tried both What about sun.misc... I misreaded, it was not error, but warning.
  7. Ok. And the if there any imports of jars such as sun.misc (some java thing), where to get it? I don't think that it's a good idea to mix up Java with OpenJDK (sun.misc is exists in openjdk). And I'm very sorry for giving you (and myself) this headache. I reallly don't like JAVA actually. I just need to edit 1 thing in that mod.
  8. Understood. And, can I just add dependecies in IntelliJ IDE and compile with it? After this, of course.
  9. Nope, I tried. Gradle don't see it when compiling. =>
  10. I really need the first one. But there is a problem with gradle. I can't use because of And there is no instruction on that two pages to help me use both maven and local drive.
  11. Ok, and the last question: How to add dependency for a mod, which I compile? I mean, now ForgeGradle says that there "package baubles doesn't exists" on line "import baubles...".
  12. But I NEVER used 1.8.8 forge, only Forge for 1.8.9. And I using ForgeGradle 2.1.
  13. BON2 last version. Only 1.8.8-stable_20 version of Forge available.
  14. GUI Version of BON: An error has occurred - give immibis this stack trace (which has been copied to the clipboard) java.lang.Exception: conf/packaged.srg not found in Forge jar file at immibis.bon.gui.NewGUI$11.run(NewGUI.java:676) What folder should I use? I tried following the tips but got this error. Also I can't get MCP for 1.8.9
  15. I used many decompiler tools but I always got something like And when I trying to compile, compiler can't find this methods in forge or minecraft ofcourse. So, what I need to do to get normal method and variable names? Mod is Thaumcraft (no open source, but decompiling and editing is legal)
×
×
  • Create New...

Important Information

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