I followed multiple Forge Modding tutorials to set gradle up and it is finally done. The problem now is that I do not have an "Example Mod" in my src/main/java folder. I tried just making my own package and class, but I am unable to import things like
"import net.minecraftforge.common.MinecraftForge;" and "@Mod" is is underlined with red too. I have no idea how to fix this.