OxideWaveLength / Minecraft-Hack-BaseClient

This is a Minecraft Base Client
MIT License
314 stars 50 forks source link

Issue with creating new modules. Really just need help understanding this #57

Closed anonfoxer closed 3 years ago

anonfoxer commented 3 years ago

Heya. Not an issue with the client but an issue with the fork of it that I have as I'm trying to create new modules.

Whenever I try to import anything from Minecraft (i.e. import import net.minecraft.util.Hand;) I get an error from Eclipse that says "The import net.minecraft.util.Hand cannot be resolved", and gives me the options of creatinew new classes in the package, an interface in the package, an annotation in the package, an enum in the package, as well as some other options including "Fix Setup".

When following a much less clear tutorial I was able to figure this issue out, but I am lost on how to fix this. Please, if you can, help me out here because this is wracking my brain.

help me help me 2

josephworks commented 3 years ago

Make sure you have versions/1.8.8/1.8.8.jar as a dependency.

anonfoxer commented 3 years ago

Make sure you have versions/1.8.8/1.8.8.jar as a dependency.

How would I go about making sure of this in Eclipse?

josephworks commented 3 years ago

Check your build path and make sure it is set up correctly.

anonfoxer commented 3 years ago

Check your build path and make sure it is set up correctly.

Thats kind of vague. But, regardless. Checking my build path 1.8.8.jar is inside of the Libraries, as is JRE 1.8.

Link to a screencap.

josephworks commented 3 years ago

Try and create a new project and see if the same error occurs. Alternatively, you can give me a message on discord (josephworks#7908) and we can work on getting the issue fixed much quicker. The last option would be to share your whole project and have myself or another dev take a look.

OxideWaveLength commented 3 years ago

I'm closing the issue as it's been inactive for a long time. If you are still having this problem re-open the issue.