fabric-1.18: enable IDE launch config generation

This commit is contained in:
Kosma Moczek 2021-11-25 19:05:36 +01:00
parent 327e510884
commit bc7405e8f4

View File

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