Jump to content

Greymagic27

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Greymagic27's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Is it possible for you to help me further? I've been following this tutorial but I can't get my item to show up ingame: https://cadiboo.github.io/tutorials/1.15.2/forge/1.5-first-item/ My code so far on ModEventSubscriber: My code on TestMod.java (the main one): I'm also getting two errors on the ModEventSubscriber.java file: Sorry if this is overwhelming
  2. Thanks! There's only one more error and I'm not sure how to fix it: https://imgur.com/a/1xuCmUt EDIT: I've managed to fix that error by using import org.apache.logging.log4j.LogManager; rather than the one it had! I'll also take a look at that tutorial, thanks for all the help!
  3. I think it's mostly working now. I've found this tutorial which is helping me get my feet https://codakid.com/guide-to-minecraft-modding-with-java/ It's most likely not the best one but it's helping nonetheless
  4. That seems to have done something. I only have 4 errors now and I was greeted with a 'gradle tasks' menu which didn't come up last time
  5. V End of code, for some reason it posted at the top rather than the bottom :P
  6. I've not done any coding yet, I just imported it and saw all the errors
  7. 1) I downloaded the forge mdk from files.minecraftforge.net 2) I opened up the folder in windows powershell 3) I ran the command: ./gradlew genEclipseRuns 4) I opened eclipse and then imported the folder as a gradle project
  8. I've tried this as well: https://github.com/MinecraftForge/MinecraftForge/issues/5551#issuecomment-466331071 but it still produces the same errors either way. I also imported it as a gradle project afterwards
  9. Hi, I'm trying to make a Minecraft mod but whenever I load it up in eclipse I get 44 warnings and I don't know if I'm doing something wrong?
×
×
  • Create New...

Important Information

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