Update Loom to 0.11 from 0.10.

This commit is contained in:
Tyler Hancock 2022-04-02 15:50:17 -06:00
parent a9218807e2
commit fc3c181aab
No known key found for this signature in database
GPG Key ID: D10D32949D03E695

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'maven-publish'
id 'idea'
}