Jump to content

ElOsito123

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by ElOsito123

  1. The error simply appears as: "The specified module could not be found" and the game closes, my discord code does not think it's the problem because it works in normal java, it's this: https://pastebin.com/itAsYHu8
  2. Hello I have a problem, I managed to combine discord RPC with my mod, but when I run the discord code RPC I get this error: "The specified module could not be found"
  3. I already did it, but I have all that well, normal minecraft works well for me, but when I execute it in eclipse it gives that error and the same thing happens to me with other versions
  4. I'm sure that's not the problem
  5. I'm trying to use this to not have to open and close minecraft every time, but I get this error: thanks for your help.
  6. A client, it's not with hacks, I just try to do it out of curiosity and learn more
  7. It's like doing a mod?, with gradle?
  8. MCP, I know maybe it's not the right place but I do not know where to ask for help
  9. I want to decompile version 1.8.8 and it gives me an error, I thought it was the version that downloaded the most current one and it gave me the same error, this is: please I need help
  10. I am using Shadowv2.0.0 and it fulfills what it asks for (Shadow v2.0.0 is compatible with Gradle 3.0+ and Java 7+ only.)
  11. Please, I still can not make this work
  12. Can someone help me?, I do not know what to do.
  13. I still have the error and I do not understand what the problem is https://pastebin.com/H9e8Laay
  14. I kept trying, but it's still the same Gradle: https://pastebin.com/5T979XhU
  15. But for what I want to use that version is because I use that version, I understand that you do not like my thought, that you want me to update, but I do not like the superior versions of mc, I like this and well I do not "shield" that someone else has done it if not because they are giving me to understand that it is "impossible" but someone else has already done it, this is not a tantrum that I want this, it is that I would like it and I know it can be because there are mods for those versions, I do not want to update for the simple reason that I do not want, I think it's my choice and even if you do not like it, it should not matter, I'm really just looking for help with this, if someone does it is because you can.... At least I think so.
  16. So is there any way to rebuild it?
  17. so just download forge (1.8.9) use the 2 commands to extract and make the eclipse project and I had some problems but solve them, in fact everything works perfectly, I can make a mod and it works, what does not work is this to export the jar
  18. But why does not it work for me? I do not ask you to kill yourself helping me, but I've seen others use 1.8.9 and this works for them, why do not I do something wrong? Do I need another version of something? (other than MC, I want to work on that version)
  19. I need 1.8.9, then it is impossible to do it?
  20. I'm using that, which is what he told me but I still have the same mistake, what am I doing wrong? By the way, I have to do the class or just create it? my class is "me.test.test" then it would be "me.test.test.repackage.club.minnced.discord.rpc"? This is my gradle: https://pastebin.com/Hybj96Mn
  21. @diesieben07 I'm fine in this?: jar { manifest { attributes 'Class-Path': '/libs/java-discord-rpc-2.0.1-all.jar' } } or should I be like this?: jar { manifest { attributes 'Class-Path': 'com.github.MinnDevelopment:Java-DiscordRPC:v2.0.1' } }
  22. I did this but I still have the error shadowJar { relocate 'club.minnced.discord.rpc', 'me.test.MegaMod' <- Main class } To build, I think you mean this: I use a console, I type the command "gradlew build" and when it finishes I go to the "build \ libs" folder and place the mod in the mods folder of mc
  23. Well I did this and I get the same problem, what am I doing wrong? https://pastebin.com/Nwe84ca4
  24. I'm reading everything he told me, but I had one more question, this person did something similar to what I'm looking for but I do not implement anything to his gradle: https://github.com/knuieiey/MeowRPC/blob/master/build.gradle
×
×
  • Create New...

Important Information

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