blob: bd5d5bcae1cb9a4dd90d28b6c9f4dd1aacf0c2a9 (
plain)
1
2
3
4
5
6
7
8
9
|
plugins {
id 'dev.architectury.loom'
}
dependencies {
minecraft "com.mojang:minecraft:21w38a"
mappings "net.fabricmc:yarn:21w38a+build.11:v2"
modImplementation "net.fabricmc:fabric-loader:0.11.7"
}
|