Hello wayfarers! This is a helper mod that allows 2 different mods to access the same Persistent Data without getting a java.lang.ClassCastException error!
Add jitpack to your repositories
repositories {
maven { url "https://jitpack.io" }
}Then add the mod to your dependencies, the latest version is listed below
dependencies {
modImplementation "com.github.Journeys-End:userdata:<version>"
}