mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
parent
891f9e0762
commit
33dd200e73
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ allprojects {
|
|||
minecraft "com.mojang:minecraft:$Globals.mcVersion"
|
||||
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
|
||||
modCompile "net.fabricmc:fabric-loader:${Globals.loaderVersion}"
|
||||
|
||||
// TODO remove when updating to loom 0.7
|
||||
annotationProcessor "net.fabricmc:fabric-mixin-compile-extensions:0.4.3"
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Reference in a new issue