I am new to modding, and am learning how to create a mod in Forge.
I used this video: https://www.youtube.com/watch?v=DAozGc0aW04
I did every step from the video (Install JDK, Minecraft, Forge and run Forge), and when I tried running the code, i got an error message in the console (https://pastebin.com/J0SwF9QK)
In line 40/41 it said, that my driver appears to not support OpenGL.
Then, in line 58, it said that it failed to create the GLFW Window.
I know that my driver supports OpenGL, as it can run Minecraft without problems.
mods.toml: https://pastebin.com/xsdsFpsL
FirstMod.java: https://pastebin.com/Z89gsv0M
I use Windows 10 and Eclipse, and my graphics card is Intel® HD Graphics 3000, on a Lenovo Thinkpad T420.