Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.45 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.45 KB

Build Maven metadata URL Patreon

CraftedCore

This mod is my basic library mod, so my mods would work across mod loader, and it won't take me that long to port my mods.

Legal Note

This mod is massively inspired by Architectury API and integrates the Mixin Trace mod by comp500, which is licensed under MIT. Everything not licensed under LGPL-3.0 is marked as such.

How to use?

Use the following maven:

maven {
    name "tocraftMavenPublic"
    url "https://maven.tocraft.dev/public"
}

And the following mod-dependency:

modApi "dev.tocraft:craftedcore:${minecraft}-${craftedcore_version}"

e.g. for fabric and forge projects, which use a common-project:

common:

modApi "dev.tocraft:craftedcore:1.20.2-2.0"

fabric:

modApi "dev.tocraft:craftedcore-fabric:1.20.2-2.0"

forge:

modApi "dev.tocraft:craftedcore-forge:1.20.2-2.0"