Skip to content

Commit 8198791

Browse files
committed
build: fapi 0.122.0+1.21.5
1 parent 8321b38 commit 8198791

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,10 @@ configure (allprojects - project(":tests")) {
8080

8181
[
8282
"fabric-networking-api-v1",
83-
// "fabric-lifecycle-events-v1",
83+
"fabric-lifecycle-events-v1",
8484
].forEach {
8585
modCompileOnly(fabricApi.module(it, "${project.fabric_version}"))
8686
}
87-
88-
modCompileOnly("com.github.FabricMC.fabric:fabric-lifecycle-events-v1:c814733d8423a4464332bc4d15b3e6a190fcbcfe")
8987
}
9088

9189
loom {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.warning.mode=all
88
minecraft_version=1.21.5
99
yarn_mappings=1.21.5+build.1
1010
loader_version=0.16.10
11-
fabric_version=0.119.5+1.21.5
11+
fabric_version=0.122.0+1.21.5
1212
# Mod Properties
1313
mod_version=0.3.3+alpha.0
1414
maven_group=com.ishland.c2me

0 commit comments

Comments
 (0)