LordDeatHunter / FabricWaystones

A Fabric mod for Minecraft that adds waystones - a new way of transportation, that let you teleport from one discovered waystone to another.
MIT License
34 stars 66 forks source link

[Bug]: JourneyMap Integration is broken preventing other integrations #214

Closed Trent2087 closed 1 year ago

Trent2087 commented 1 year ago

Is there an existing issue for this?

Description

This issue causes other Journey Map integrations to not load.

net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'journeymap' provided by 'fwaystones'

To Reproduce

Add journey map get error in logs

Expected behavior

not break journey map integrations.

Mod Version

v3.1.1 or newer

Minecraft Version

1.20 or newer

Java Version

Java 18+

Fabric Version

Relevant log output

net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'journeymap' provided by 'fwaystones'
Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.ClassNotFoundException: wraith.fwaystones.integration.journeymap.JourneymapPlugin
https://hastebin.com/share/kijemuvizo.csharp

Anything else?

No response