9 lines
192 B
Groovy
9 lines
192 B
Groovy
plugins {
|
|
id 'fabric-loom'
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "com.mojang:minecraft:1.16.5"
|
|
mappings "net.fabricmc:yarn:1.16.5+build.5:v2"
|
|
modImplementation "net.fabricmc:fabric-loader:0.11.2"
|
|
}
|