Update Loom and Legacy-Looming to 1.3

This commit is contained in:
Cat Core 2023-07-03 12:10:47 +02:00 committed by GitHub
parent 35d535f87c
commit be8c625dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version "1.2-SNAPSHOT"
id 'legacy-looming' version "1.2-SNAPSHOT" // Version must be the same as fabric-loom's
id 'fabric-loom' version "1.3-SNAPSHOT"
id 'legacy-looming' version "1.3-SNAPSHOT" // Version must be the same as fabric-loom's
id 'maven-publish'
}