fabric-1.18: enable IDE launch config generation

This commit is contained in:
Kosma Moczek 2021-11-25 19:05:36 +01:00
parent f3496a7ac5
commit fef6577238

View file

@ -9,6 +9,11 @@ buildscript {
}
}
apply plugin: 'fabric-loom'
loom {
runConfigs.configureEach {
ideConfigGenerated = true
}
}
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16