Skip to content
/ Pangu Public

An Minecraft Forge Mod framework with ui, custom font, annotation registry and more

License

Notifications You must be signed in to change notification settings

trychen/Pangu

Repository files navigation

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.

About

An Minecraft Forge Mod framework with ui, custom font, annotation registry and more

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •