Jump to content

jordanwilliams2

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

jordanwilliams2's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello, How do I import forge 1.11 into eclipse? I Downloaded the SDK for forge 1.11 and ran the gradlew.bat. Then I opened eclipse and imported it. But I still can't use any of the forge imports? What did i do wrong? The import net cannot be resolved For. package com.example.examplemod; import net.minecraft.init.Blocks; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.Mod.EventHandler; import net.minecraftforge.fml.common.event.FMLInitializationEvent; Could someone link me a tutorial? I Followed one for 1.7.10. Couldn't find one up to date. I Can't for the life of me import any of these imports. https://i.gyazo.com/2098dc019ab81d0c6a5f590bc2810f2b.png
  2. Hello, I'm trying to use a import by forge but I can't figure out why I can't use it. Everytime I load a mod into eclipse I get this error "The import net.minecraftforge.fml cannot be resolved" I Followed this guide on how to setup forge for eclipse but it still isn't working? Anyone have any ideas? Here were my results from the build. https://i.gyazo.com/c651bc6e868fa7607324cbd5380ab82d.png I Downloaded the forge src 1.7.10 then did the following commands on it (windows). gradlew.bat setupDecompWorkspace gradlew.bat eclipse After that I Opened eclipse and changed my workspace to that folder. But I can't seem to use any of the net.minecraftforge.fml imports?
×
×
  • Create New...

Important Information

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