SinTh0r4s / ExampleMod1.7.10

An example mod for Minecraft 1.7.10 with Forge focussed on a stable setup.
MIT License
25 stars 90 forks source link

build.gradle lots of red #64

Open Rushmore75 opened 2 years ago

Rushmore75 commented 2 years ago

All the GradleExceptions are red underlined with "unable to resolve GradleException", and the first two imports don't work, saying "unable to resolve class ..."

Not sure where I went wrong but I defiantly did lol... Help would be much appreciated!

Rushmore75 commented 2 years ago

setting this

import org.gradle.api.GradleException

in the imports fixed the GradleException problems, still have issues with the other imports tho