fabric-loom/src/test/resources/projects/unpick/build.gradle
modmuss50 93afc7574d Update UnpickTest to latest snapshot.
This ensures that constants included in the mc jar can be used.
2021-04-02 14:44:18 +01:00

9 lines
193 B
Groovy

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"
}