[ci skip] This is beautiful

This commit is contained in:
shedaniel
2021-01-27 19:22:03 +08:00
parent d6acb9e78a
commit 51c9e8b0d8
4 changed files with 264 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
mappings minecraft.officialMojangMappings()
// We depend on fabric loader here to use the fabric @Environment annotations
// Do NOT use other classes from fabric loader
modCompile "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
implementation "net.jodah:typetools:0.6.2"
}