Update Fabric Loom to version 1.6

This commit is contained in:
MineGame159 2024-04-10 14:37:56 +02:00 committed by GitHub
parent 6b2a16d300
commit ca2095fe00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.4-SNAPSHOT"
id "fabric-loom" version "1.6-SNAPSHOT"
}
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17