Update mappings, loader and Fabric API to 1.19. Update Loom to 0.12-SNAPSHOT (the version most 1.19 mods use). (#14)

This commit is contained in:
Cloudperry 2022-06-10 03:27:26 +03:00 committed by GitHub
parent 9bc1dcdc51
commit 2f6e31c11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10.64'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
}