Hello
Im very new to all this minecraft modding, but the other day i thought i'd give it a go.
But i ran into a problem when i was setting up the development enviroment in eclipse. Now the issue is that, when ever i try to use the "getHandle()", method on any Entitys eclipse just says "The type yv cannot be resolved. It is indirectly referenced from required .class files"
public SkillResult use(Hero hero, LivingEntity target, String[] args) {
Player player = hero.getPlayer();
CraftVillager liv = (CraftVillager)target;
liv.getHandle(); <-- "The type yv cannot be resolved. It is indirectly referenced from required .class files"
}
I've been searching all over the damn net, but i cant seem to find any post regarding this issue. I suppose its something with the referenced libraries, but i cant seem to find the issue
Hope you guys can help me out!
Best regards
Nick
For clarification: