fabric-1.19.3: update to full release

This commit is contained in:
Kosma Moczek 2022-12-08 22:36:25 +01:00
parent 7a5440f32e
commit 7dee2150b6
3 changed files with 8 additions and 9 deletions

View File

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

View File

@ -1,4 +1,4 @@
minecraft_version=1.19.3-pre2
yarn_mappings=1.19.3-pre2+build.6
loader_version=0.14.10
fabric_version=0.67.2+1.19.3
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.2
loader_version=0.14.11
fabric_version=0.68.1+1.19.3

View File

@ -26,8 +26,8 @@
],
"depends": {
"fabricloader": ">=0.14.10",
"fabric": ">=0.67.2",
"minecraft": ["1.19.3-beta.2"]
"fabricloader": ">=0.14.11",
"fabric": ">=0.68.1",
"minecraft": ["1.19.3"]
}
}