Posted November 30, 20186 yr 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 November 30, 20186 yr 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
November 30, 20186 yr What IDE are you using? How did you set up your workspace? About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.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)
November 30, 20186 yr Author 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 November 30, 20186 yr 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
November 30, 20186 yr 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 November 30, 20186 yr by Cadiboo About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.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)
November 30, 20186 yr 13 hours ago, Cadiboo said: you can find the text versions of the code in your .gradle folder somewhere %user_home%\.gradle\caches\minecraft\net\minecraftforge\forge\%version%\snapshot\%snapshot_date%
December 1, 20186 yr Author 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 December 1, 20186 yr 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
December 1, 20186 yr Author Ok so I found them, theyre actually in <mod root dir>/build/tmp/recompileMc/source/. It's all source and more importantly, readable source. Thanks bois. Edited December 1, 20186 yr by Delupara Missing critical info When they say your code doesn't follow convention but ur edgy so u dont care d-d-d-dab on them haterz
December 1, 20186 yr 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 December 1, 20186 yr 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.
December 1, 20186 yr Author 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 December 1, 20186 yr 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
December 1, 20186 yr 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.
December 1, 20186 yr Author 18 minutes ago, Choonster said: I've never played Warframe, so that's not me. Lol someone with that exact name is on warframe. Impersonations? Sad. When they say your code doesn't follow convention but ur edgy so u dont care d-d-d-dab on them haterz
December 1, 20186 yr 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.
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.