fabric: fix build issues with 1.19.4 port

This commit is contained in:
Kosma Moczek 2023-03-16 14:18:47 +01:00
parent 852bd27559
commit d696d9f6a5
9 changed files with 9 additions and 10 deletions

View file

@ -1,6 +1,5 @@
plugins {
// TODO: switch to a stable Loom release once 1.19 lands
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'fabric-loom' version '1.1.10'
}
archivesBaseName = "Dynmap"