Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 696 Bytes

File metadata and controls

24 lines (17 loc) · 696 Bytes

User Data helper mod [ IN DEVELOPMENT / NOT WORKING ]

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!

Sorry but unless you are a part of the development team, pull requests will be closed.

How to use

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>"
}