aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/projects/unpick/build.gradle
blob: a0d8b2234faf7646351b2e03fe49f8d9df2267f3 (plain)
1
2
3
4
5
6
7
8
9
plugins {
	id 'dev.architectury.loom'
}

dependencies {
	minecraft "com.mojang:minecraft:21w13a"
	mappings "net.fabricmc:yarn:21w13a+build.30:v2"
	modImplementation "net.fabricmc:fabric-loader:0.11.3"
}