Jump to content

AwesomeNinja886

Members
  • Posts

    10
  • Joined

  • Last visited

AwesomeNinja886's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. So would I run gradlew build --stacktrace --console plain or just gradlew build --console plain? Sorry, if it's fairly obvious.
  2. I'm getting it from IntelliJ's command line when I try to compile it. I was following a tutorial and a particular file failed to import. I figured it was no big deal until I tried to compile the mod. Then when I got the advice to try a newer version of Forge 1.15, I noticed it didn't import and, as expected, it didn't work when I went to compile it later. I shared multiple error logs when I was getting advice from the modding Discord server, and I'll try and link the three that I pasted into a text file (I changed the name of my user folder to "[AWESOMENINJA]" to remain anonymous). CompileError.txt CompileErrorNew.txt CompileErrorThree.txt
  3. Hmm, I'm not sure why it wouldn't be complete, but I'll try to fill in as much information as I can. I use IntelliJ to code Java, my computer is a Macbook Pro, I don't run Minecraft on the same computer, after getting some advice from a modding Discord community I had tried a newer Forge version later and got the same issue, and then ultimately decided to wait until 1.16 was released to see if that helped. I'm not sure how much of this is relevant, so sorry if some of it isn't.
  4. Okay... (again, I changed some filepaths to remain anonymous) I put it in a spoiler because it's so long
  5. NOTE: there is a similar post to this, but it was for a different version. Also it was on Windows (some filepaths and names are different) Okay, so basically I'm working on my first mod and it won't compile. I am on Mac and trying to compile a mod for Forge 1.15.2 (version 31.1.44). I am getting this error (changed some file paths because I wish to remain anonymous): > Task :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration ':compileClasspath'. > Could not find net.minecraftforge:forge:1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1. Searched in the following locations: - file:/Users/[AWESOMENINJA]/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.pom - file:/Users/[AWESOMENINJA]/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.jar - https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.pom - https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.jar - https://libraries.minecraft.net/net/minecraftforge/forge/1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.jar - https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.pom - https://repo.maven.apache.org/maven2/net/minecraftforge/forge/1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1/forge-1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.jar Required by: project : * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 53s So, what it seems is that I am missing a file called "1.15.2-31.1.44_mapped_snapshot_20200225-1.15.1.", whether or not it is on my end I do not know. EDIT: All my code is in the Github repository at https://github.com/AwesomeNinja886/8-Bit-Mod-rewrite-
  6. It's the exact same error but with a different version number, which is why I commented to this one. I'll make a different post, though.
  7. I've been having this issue as well, and being a beginning modder I had no idea how to fix this (I thought it was something on my end, since I'm on a mac and have to run the gradle file differently). However, I am using a slightly newer version of Forge for 1.15.2 (31.1.44), so something might be different. I was going to ask this question on a separate post until I realized someone else was having the same issue. I don't think it's a server-side issue as I have tried to compile this mod at least 5 times, over the course of several days, and I get the same error.
  8. It's on a Mac, so I don't think any files are hidden... but I'll try it out anyways.
  9. I just got started modding, and I'm following the tutorial here. It says at step 2: You only need: the gradle folder The .gitignore file build.gradle gradle.properties gradlew gradlew.bat I have everything I need... except .gitignore. Problem is, it's not in the MDK. I am using the "1.14.3 - 27.0.51" version (yes, I copied/pasted that text). Where do I find this ".gitignore" file? Is it a separate download or am I just not seeing it? Also, what does it specifically do? I've heard about it in other posts. UPDATE: Apparently, MacOS hid the file from me. ...what does .gitignore do again?
×
×
  • Create New...

Important Information

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