kyrptonaught / customportalapi

Developer Api for creating custom portals to any dimension
MIT License
63 stars 22 forks source link

Failed to setup Minecraft when I try to add it as a dependency [Fabric 1.19.4] #83

Closed ButterKing-28 closed 1 year ago

ButterKing-28 commented 1 year ago

It gives me an error saying: Failed to setup Minecraft, java.nio.file.ClosedFileSystemException: null

I put: repositories { maven { url = "https://maven.kyrptonaught.dev" } }

dependencies { modImplementation "net.kyrptonaught:customportalapi:0.0.1-beta63-1.19.4" include ("net.kyrptonaught:customportalapi:0.0.1-beta63-1.19.4") }

Any clue how to fix it? thanks!

ButterKing-28 commented 1 year ago

Omg nooo!!! I just tried to comment out the new dependencies and stuff and its still doing it...

ButterKing-28 commented 1 year ago

I deleted the new dependencies and stuff I restarted my computer. I relaunched Intellij and it fixed it, I then put in the new dependencies and stuff and now it works (so far knocks on wood)