Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 04f4211

Browse files
author
xtexChooser
committed
build(deps): bump to loom 1.0 & yarn build18 + fabric-api 0.61
1 parent dd36be4 commit 04f4211

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
plugins {
12-
id 'fabric-loom' version '0.12-SNAPSHOT'
12+
id 'fabric-loom' version '1.0-SNAPSHOT'
1313
id 'org.jetbrains.kotlin.jvm' version '1.7.10'
1414
id 'net.kyori.indra.license-header' version '2.1.1'
1515
id 'net.kyori.indra.git' version '2.1.1'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G
22
kotlin.code.style=official
33

44
minecraft_version=1.19.2
5-
yarn_mappings=1.19.2+build.1
5+
yarn_mappings=1.19.2+build.18
66
loader_version=0.14.9
77

8-
fabric_version=0.59.0+1.19.2
8+
fabric_version=0.61.0+1.19.2

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"depends": {
5656
"fabricloader": "*",
57-
"fabric": "*",
57+
"fabric-api": "*",
5858
"minecraft": "1.19.x",
5959
"java": "*",
6060
"fabric-language-kotlin": "*"

0 commit comments

Comments
 (0)