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
  • 45615 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
  • 45615 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
  • 45615 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
  • 45615 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
  • 6369 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
  • 6369 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
  • 45615 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
  • 14010 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
  • 45615 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
  • 45615 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
  • 6369 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

    • CanadaMan
      illegal wheat?

      By CanadaMan · Posted 7 minutes ago

    • CanadaMan
      illegal wheat?

      By CanadaMan · Posted 9 minutes ago

      Okay so I'm trying to join one of my friends modded server and it said that illegal state of wheat was stopping me from joining
    • MrNoodles75
      [1.14.3] send message to chat

      By MrNoodles75 · Posted 59 minutes ago

      @Draco18s I have been figuring everything out since then, by going through the default code and getting information on how to do something
    • AntonBespoiasov
      attackEntityFrom() doesn't work. 1.12.2

      By AntonBespoiasov · Posted 1 hour ago

      public ItemStack onItemUseFinish(ItemStack stack, World worldIn, EntityLivingBase entityLiving) { Entity entity = ModMath.getMouseOver(Minecraft.getMinecraft().getRenderPartialTicks(), 0); // Gets entity that entityLiving is looking at if (entity != null && entity instanceof EntityLiving) { ((EntityLiving)entity).attackEntityFrom(DamageSource.MAGIC, 2.0f); ((EntityLiving)entity).setRevengeTarget(entityLiving); } return stack; }   Using item that has the implementation of the method above doesn't damage entity. Debugging it showed that attackEntityFrom() is called, code within if statement is executed but entity isn't attacked. I looked into Minecraft's files that use attackEntityFrom() and observed that they just call attackEntityFrom(), just one line of code(I assume that something else that can affect entity attacking process was called before attackEntityFrom() in that files). How can I solve this problem? How can I deal damage to entity?
    • Draco18s
      How to start learning

      By Draco18s · Posted 1 hour ago

      Objects, inheritance, overriding, methods, variables, singletons, event driven design, and probably a bunch more.   "Learning how to search for answers" being a very valuable tool regardless of what language you're working with (for instance, I see and vote-to-close-as-duplicate "I got this error it said something about null references?" question on Stack Overflow about twice a day).
  • Topics

    • CanadaMan
      1
      illegal wheat?

      By CanadaMan
      Started 9 minutes ago

    • MrNoodles75
      17
      [1.14.3] send message to chat

      By MrNoodles75
      Started Monday at 08:19 PM

    • AntonBespoiasov
      0
      attackEntityFrom() doesn't work. 1.12.2

      By AntonBespoiasov
      Started 1 hour ago

    • Lordyammer
      1
      How to start learning

      By Lordyammer
      Started 3 hours ago

    • LorenzoPapi
      6
      [1.12.2]Double-part block breaking problem

      By LorenzoPapi
      Started Friday at 02:51 PM

  • Who's Online (See full list)

    • AntonBespoiasov
    • ShetiPhian
    • CanadaMan
    • plugsmustard
    • Lea9ue
    • ROMVoid
  • 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