blob: 4b79a1b01f6d59fea5174e912c213a1ee597327f (
plain)
1
2
3
4
5
6
7
8
9
|
plugins {
id 'fabric-loom'
}
dependencies {
minecraft "com.mojang:minecraft:21w13a"
mappings "net.fabricmc:yarn:21w13a+build.30:v2"
modImplementation "net.fabricmc:fabric-loader:0.11.3"
}
|