~hutzdog/YAC

Yet Another Coremod - My coremod for Minecraft
Attempt to fix data generation

clone

read-only
https://git.sr.ht/~hutzdog/YAC
read/write
git@git.sr.ht:~hutzdog/YAC

You can also use your local clone with git send-email.

#YAC - Yet Another Core

YAC is my library mod for working with Minecraft.

#Features

  • [x] a simple Layer class used to split initialization into child classes (no more long registry functions that have to remember what has client, common, and server initialization)
  • [x] a multiblock system

#FOR DEVELOPERS : Usage

This mod provides developer jars at maven.hutzdog.dev. To use, first add the following to your build.gradle's repositories section (translating as needed for build.gradle.kts):

maven {
    name "hutzdog"
    url "https://maven.hutzdog.dev/releases"
}

Then, add the following line to your dependencies section (replacing <VERSION> with the version of the library you'd like to use):

modImplementation "dev.hutzdog:yac:<VERSION>"
Do not follow this link