Jump to content

Recommended Posts

Posted (edited)

When you setup your mod project with gradlew commands, as part of the setup process the vanilla code is also deobfuscated and made accessible to you. If you are using Eclipse IDE for example you can find all vanilla classes under 'Project and External Dependencies', once you setup and import your mod project in the IDE

Edited by Beethoven92

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Posted
  On 7/30/2020 at 6:48 PM, Beethoven92 said:

When you setup your mod project with gradlew commands, as part of the setup process the vanilla code is also deobfuscated and made accessible to you. If you are using Eclipse IDE for example you can find all vanilla classes under 'Project and External Dependencies', once you setup and import your mod project in the IDE

Expand  

How do i find this in intelliJ?

Have some lorem ispum.

Posted

External Libraries at the bottom of the project explorer

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)
  On 7/30/2020 at 7:09 PM, DaemonUmbra said:

External Libraries at the bottom of the project explorer

Expand  

This ^ , if you are using IntelliJ. Inside External Libraries you should see a file named like that or similar: forge-1.16.1-32.0.98-mapped_snapshot_20200723-1.16.1-recomp.jar. This is how mine looks because i am using the latest versions of forge, but if you are using 1.15 it should not look too different. Of course the numbers in your file name will match the version of forge you are using

Edited by Beethoven92
  • Like 1
  • Thanks 1

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Posted
  On 7/30/2020 at 7:27 PM, Beethoven92 said:

This ^ , if you are using IntelliJ. Inside External Libraries you should see a file named like that or similar: forge-1.16.1-32.0.98-mapped_snapshot_20200723-1.16.1-recomp.jar. This is how mine looks because i am using the latest versions of forge, but if you are using 1.15 it should not look too different. Of course the numbers in your file name will match the version of forge you are using

Expand  

Found it. Thank you!

Have some lorem ispum.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

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