MalisisDoors

MalisisDoors

48M Downloads

Can't Compile Doors -> DoorFactoryTileEntity constructor error

Dockter opened this issue ยท 6 comments

commented

We've been over this. You need to make sure MalisisCore is accessible. You need to edit build.gradle to download it from Maven.

commented

This has nothing to do with MalisisCore being able to be seen. If MC couldn't be seen I would have thousands of errors.

See this commit: AlmuraDev@e0225f0

commented

That is what I had to do to get gradle and IntelliJ from complaining about the constructor error.

commented

Also had to do this to fix a TE issue:

AlmuraDev@a823748

commented

The method was clearly already implemented in IDirectInventoryProvider. I would say there is something wrong with your setup.

The TE NPE is already fixed in d073549.

commented

This is not resolved. Reproduce able with clean clone, gradlew build, or inside of IntelliJ.