Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ¿How can I add an external jar?
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 2
ElOsito123

¿How can I add an external jar?

By ElOsito123, July 18, 2018 in Modder Support

  • Reply to this topic
  • Start new topic
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 2 of 3  

Recommended Posts

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45605 posts
Posted July 19, 2018

I try to reproduce this on my end, but you are using 1.8.9, for which apparently ForgeGradle does not work anymore. Please update to a modern version of Minecraft.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 19, 2018

I need 1.8.9, then it is impossible to do it?

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45605 posts
Posted July 19, 2018

It definitely is not. But I am not going to spend hours trying to debug this for you if you aren't even using a modern version of Minecraft that does not even work properly anymore.

And no, you do not need 1.8.9. Update.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 19, 2018

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)

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45605 posts
Posted July 19, 2018

I do not know why it is not working since I cannot check your build.gradle locally, since apparently ForgeGradle for 1.8.9 is no longer working properly. I am wondering how you even set up your development environment.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 19, 2018

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

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45605 posts
Posted July 19, 2018

I do not know what you are doing, but for me the build.gradle you posted fails to generate a working forge workspace.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 19, 2018

So is there any way to rebuild it?

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6368 posts
Posted July 20, 2018

To be honest this is the issue I'm seeing here, this is not directed solely at you, but you are the most recent case.

 

1.7.10 and 1.8.9 are old versions and should not be used for active development, your excuse that "I've seen others use 1.8.9" is the core of a cycle that keeps these ancient versions in a zombie-like state. People see others developing for these versions and assume that they are still valid versions to use, resulting in users ignoring recent versions in favor of using old versions that may be lacking features and/or security improvements that come from later versions.

 

Imagine you had developed a game and after discovering and fixing a horrendous security issue in your game you then learned that people playing your game refused to update past the version just prior to the fix, then complained about the bug while insisting you continue to support that version of the game.

 

As long as people continue to use the excuse of "They are doing it so it must be ok" old versions and the bugs in them will continue to haunt users of those versions as well as those they demand assistance from.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 20, 2018

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.

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6368 posts
Posted July 20, 2018

You need to do more research on Shadow, you are using the wrong plugin id and, if you are using the same gradle version I am (2.14, which the MDK has been shipping with for a while now), you are requesting the wrong version of Shadow.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 23, 2018

I kept trying, but it's still the same

Gradle: https://pastebin.com/5T979XhU

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45605 posts
Posted July 23, 2018

You don't even have a dependency on the library anymore.

  • Quote

Share this post


Link to post
Share on other sites

Alex_Wells    0

Alex_Wells

Alex_Wells    0

  • Tree Puncher
  • Alex_Wells
  • Members
  • 0
  • 22 posts
Posted July 24, 2018
On 7/20/2018 at 3:41 AM, DaemonUmbra said:

To be honest this is the issue I'm seeing here, this is not directed solely at you, but you are the most recent case.

 

1.7.10 and 1.8.9 are old versions and should not be used for active development, your excuse that "I've seen others use 1.8.9" is the core of a cycle that keeps these ancient versions in a zombie-like state. People see others developing for these versions and assume that they are still valid versions to use, resulting in users ignoring recent versions in favor of using old versions that may be lacking features and/or security improvements that come from later versions.

 

Imagine you had developed a game and after discovering and fixing a horrendous security issue in your game you then learned that people playing your game refused to update past the version just prior to the fix, then complained about the bug while insisting you continue to support that version of the game.

 

As long as people continue to use the excuse of "They are doing it so it must be ok" old versions and the bugs in them will continue to haunt users of those versions as well as those they demand assistance from.

The only reason people use 1.8.9 is because all major servers use 1.7 or 1.8 due to the PVP part of the game. Until Mojang rolls back 1.9 changes, people trying to code 1.8 won't stop coming =/

  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2090

Draco18s

Draco18s    2090

  • Reality Controller
  • Draco18s
  • Members
  • 2090
  • 14008 posts
Posted July 24, 2018
5 hours ago, Alex_Wells said:

Until Mojang rolls back 1.9 changes, people trying to code 1.8 won't stop coming =/

They won't. You want it back the way it was? MOD IT.

Oh wait, someone already did.

https://minecraft.curseforge.com/projects/classic-combat

  • Haha 1
  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 24, 2018

I still have the error and I do not understand what the problem is

https://pastebin.com/H9e8Laay

  • Quote

Share this post


Link to post
Share on other sites

Alex_Wells    0

Alex_Wells

Alex_Wells    0

  • Tree Puncher
  • Alex_Wells
  • Members
  • 0
  • 22 posts
Posted July 25, 2018
On 7/24/2018 at 5:02 PM, Draco18s said:

They won't. You want it back the way it was? MOD IT.

Oh wait, someone already did.

https://minecraft.curseforge.com/projects/classic-combat

They will. It's official now. 1.14.

Mod WON'T WORK for 25 THOUSANDS players online server.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45605 posts
Posted July 25, 2018
7 minutes ago, Alex_Wells said:

They will. It's official now. 1.14.

BS. Combat overhaul will not be part of 1.14. Also, no, this does not mean they are reverting to the pre-1.9 combat.

  • Quote

Share this post


Link to post
Share on other sites

Alex_Wells    0

Alex_Wells

Alex_Wells    0

  • Tree Puncher
  • Alex_Wells
  • Members
  • 0
  • 22 posts
Posted July 25, 2018
Just now, diesieben07 said:

BS. Combat overhaul will not be part of 1.14. Also, no, this does not mean they are reverting to the pre-1.9 combat.

It will. It was confirmed by Mojang in someone's twitter. And yes, I know that they won't revert it how it was, but at least they will actually listen to the PVP community, not just vanilla.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45605 posts
Posted July 25, 2018
2 minutes ago, Alex_Wells said:

It will. It was confirmed by Mojang in someone's twitter.

Ahem.

https://twitter.com/docm77/status/1002131678200987650

  • Quote

Share this post


Link to post
Share on other sites

Alex_Wells    0

Alex_Wells

Alex_Wells    0

  • Tree Puncher
  • Alex_Wells
  • Members
  • 0
  • 22 posts
Posted July 25, 2018
2 minutes ago, diesieben07 said:

Ahem.

https://twitter.com/docm77/status/1002131678200987650

Uhm, okay, I was wrong about 1.14, sorry. However the original meaning of my message was that they will change it, and that the mod won't work here.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted July 25, 2018
On 7/24/2018 at 1:55 PM, ElOsito123 said:

I still have the error and I do not understand what the problem is

https://pastebin.com/H9e8Laay

Can someone help me?, I do not know what to do.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted August 1, 2018

Please, I still can not make this work

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6368 posts
Posted August 1, 2018

Do your research, old versions mean you can’t simply take the latest version of everything, you need to find the specific versions that work. If you insist on using old versions you can’t always expect support.

  • Quote

Share this post


Link to post
Share on other sites

ElOsito123    0

ElOsito123

ElOsito123    0

  • Stone Miner
  • ElOsito123
  • Members
  • 0
  • 58 posts
Posted August 1, 2018

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.)

  • Quote

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 2 of 3  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 2
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      NO SE ME ABRE

      By DaemonUmbra · Posted 2 minutes ago

      Please keep this forum in English. Please read the Logs section of my signature below and provide the appropriate log in the appropriate manner.
    • DaemonUmbra
      crash pixelmon 1.12.2

      By DaemonUmbra · Posted 2 minutes ago

      User was banned for piracy. Buy the game.
    • DaemonUmbra
      Minecraft won’t launch after installing any version of forge

      By DaemonUmbra · Posted 4 minutes ago

      I don't know, but not here
    • Cerandior
      [1.12.2] How do i make it so my sword renders in my mobs hand?.

      By Cerandior · Posted 27 minutes ago

      I wouldn't say that you need to know java specifically in order to get into modding, but you need to have a good idea on Object Oriented Programming. In terms of concept, it is different from procedural programming. Which I am assuming is what you have started learning first. The way of thinking in terms of objects and how they interact with each-other is what you must work on at the moment. When you get the concepts right, learning the language becomes easier because you understand what is going on. There are plenty of courses online related to OOP and they will be worth your time not just for modding.
    • Simon_kungen
      [1.14.4] TileEntityItemStackSpecialRenderer (TEISR)

      By Simon_kungen · Posted 1 hour ago

      Hmm... nothing seems to be happening here. Is there some vanilla items that use TEISR I can look at? I can't find any which implies TEISR is a Forge addition to the game and not native to vanilla Minecraft.
  • Topics

    • Sfgg
      1
      NO SE ME ABRE

      By Sfgg
      Started 1 hour ago

    • Crashreport
      1
      crash pixelmon 1.12.2

      By Crashreport
      Started 1 hour ago

    • Kstar
      12
      Minecraft won’t launch after installing any version of forge

      By Kstar
      Started 2 hours ago

    • J0WAY
      18
      [1.12.2] How do i make it so my sword renders in my mobs hand?.

      By J0WAY
      Started Thursday at 09:10 PM

    • Simon_kungen
      2
      [1.14.4] TileEntityItemStackSpecialRenderer (TEISR)

      By Simon_kungen
      Started 4 hours ago

  • Who's Online (See full list)

    • DaemonUmbra
    • Lea9ue
    • ROMVoid
    • imacatlolol
    • TheRealForceX
    • Cerandior
    • dereine
    • dreemlees
    • Legenes
    • LNDodds
    • Nuparu00
    • loordgek
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ¿How can I add an external jar?
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community