Jump to content

Where is the source code?


Delupara

Recommended Posts

Hi, I was wondering where the source code is (for minecraft and forge respectively). I only found one or two jars containing classes so I'm confused.

 

I need to learn how bows are implemented.

Edited by Delupara
Missing info.

When they say your code doesn't follow convention but ur edgy so u dont care

d-d-d-dab on them haterz

 

Link to comment
Share on other sites

What IDE are you using? How did you set up your workspace?

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

56 minutes ago, Cadiboo said:

What IDE are you using? How did you set up your workspace?

Vim, using brain.

Edit: Vim, Arch Linux, terminal to build and setup

Quote

gradlew setupDecompWorkspace

 I Believe was the command
 

Why?

Edited by Delupara
missing details

When they say your code doesn't follow convention but ur edgy so u dont care

d-d-d-dab on them haterz

 

Link to comment
Share on other sites

If you use IntelliJ or Eclipse the Forge & minecraft code gets added to your workspace as a library so you can reference it. If you want to use VIM you can find the text versions of the code in your .gradle folder somewhere - note that these files are just normal files containing the source as text, so editing it won’t actually affect any of the minecraft or forge code.

Edited by Cadiboo

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

8 hours ago, V0idWa1k3r said:

%user_home%\.gradle\caches\minecraft\net\minecraftforge\forge\%version%\snapshot\%snapshot_date%

My .gradle folder doesn't have caches. Also I specified that I wasn't in windows so %user_home% would just generate confusion.

21 hours ago, Cadiboo said:

If you use IntelliJ or Eclipse the Forge & minecraft code gets added to your workspace as a library so you can reference it. If you want to use VIM you can find the text versions of the code in your .gradle folder somewhere - note that these files are just normal files containing the source as text, so editing it won’t actually affect any of the minecraft or forge code.

I found what I think might be the source but it wasn't in the .gradle folder, it was in <mod root dir>/build/tmp/decompileMc/forge-***-srgBin.jar

But there's a problem, it's  obfuscated to death, I know theres a way to do this in a easier way...

Edited by Delupara
details...

When they say your code doesn't follow convention but ur edgy so u dont care

d-d-d-dab on them haterz

 

Link to comment
Share on other sites

3 hours ago, Delupara said:

My .gradle folder doesn't have caches. Also I specified that I wasn't in windows so %user_home% would just generate confusion.

 

On Unix-like systems, look in ~/.gradle rather than %USER_HOME%\.gradle for the Gradle caches.

Edited by Choonster

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

26 minutes ago, Choonster said:

 

On Unix-like systems, look in ~/.gradle rather than %USER_HOME\.gradle for the Gradle caches.

found it, found them, but I also found the source in the tmp folder which is unobfuscated. Thanks yall.

 

btw pls accept my friend request on warframe, lol.

Edited by Delupara
choonster add me dammit

When they say your code doesn't follow convention but ur edgy so u dont care

d-d-d-dab on them haterz

 

Link to comment
Share on other sites

6 minutes ago, Delupara said:

btw pls accept my friend request on warframe, lol.

 

I've never played Warframe, so that's not me.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

I know this has been solved and this is irrelevant but

6 hours ago, Delupara said:

Also I specified that I wasn't in windows so %user_home% would just generate confusion.

https://en.wikipedia.org/wiki/Home_directory#Default_home_directory_per_operating_system

The fact that you are using unix doesn't mean that you don't have a user home directory.

Link to comment
Share on other sites

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.