-
Notifications
You must be signed in to change notification settings - Fork 0
General Usage
amusingimpala75 edited this page Mar 7, 2021
·
4 revisions
Put the mod in the mods folder along with the dependencies, at the current time being only the Fabric API. You are now ready to run it.
Add Jitpack to your dependencies, and use modImplementation "com.github.AmusingImpala75:DataDriver:<version>" (or modApi).
Now you can create datapacks/include data in your mod, with custom data to generate certain things that would otherwise require a mod. See Codecs for a list of codecs and their usage.
Custom codecs can be registered by registering them to the proper registry in the Registries class in the api package. To help, a BlockSettings and ItemSettings codec is provided for custom block/item codec usage.