/DawnFoundation

A library mod.Contains many tools.

Primary LanguageJavaMIT LicenseMIT

DawnFoundation/黎明基础

codebeat badge

Introduction/介绍

  • Minecraft Forge 前置模组,放些有用的小工具
  • 使用:在build.gradle添加以下语句
allprojects {
    repositories {
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
    implementation 'com.github.ksgfk:DawnFoundation:version'
}