HomeJavaModsHiiragi Core
Hiiragi Core
Hiiragi Core — screenshot 1Hiiragi Core — screenshot 2Hiiragi Core — screenshot 3Hiiragi Core — screenshot 4Hiiragi Core — screenshot 5Hiiragi Core — screenshot 6Hiiragi Core — screenshot 7Hiiragi Core — screenshot 8

Hiiragi Core

GitHub License CurseForge Downloads Modrinth Downloads

About

Feature

Maven

Groovy

Maven Central Version Modrinth Version

repositories {
    // Maven Central
    mavenCentral()
    // Modrinth Maven
    maven {
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    // Maven Central
    implementation "io.github.hiiragi283:hiiragi-core:VERSION"
    // Modrinth Maven
    implementation "maven.modrinth:hiiragi-core:VERSION"
}

Kotlin

repositories {
    // Maven Central
    mavenCentral()
    // Modrinth Maven
    maven(url = "https://api.modrinth.com/maven") {
        content { 
            includeGroup("maven.modrinth")
        }
    }
}

dependencies {
    // Maven Central
    implementation("io.github.hiiragi283:hiiragi-core:VERSION")
    // Modrinth Maven
    implementation("maven.modrinth:hiiragi-core:VERSION")
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more