Puddles 1.2.2 - Update to 1.19

This commit is contained in:
Motschen
2022-06-18 12:48:08 +02:00
parent bf576ada6a
commit 322f101a12
4 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
}
@@ -10,8 +10,6 @@ archivesBaseName = project.archives_base_name
version = project.mod_version
group = project.maven_group
minecraft {
}
repositories {
maven { url "https://api.modrinth.com/maven" }
}