Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 384 Bytes

Pangu

基于内容的 Minecraft Forge Mod 快速开发框架

Usage

Add the following code to your build.gradle

repositories {
    maven { url 'https://repo.trychen.com' }
}

dependencies {
    implementation "cn.mccraft.pangu:Pangu:3.9.10:dev"
}

Don't forget to add JVM Args -Dfml.coreMods.load=cn.mccraft.pangu.core.asm.PanguPlugin to load CoreMod if needed.