Skip to content

Commit 608b65b

Browse files
committed
Updated to 1.21.7
1 parent 810a995 commit 608b65b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21.5
8-
yarn_mappings=1.21.5+build.1
9-
loader_version=0.16.13
7+
minecraft_version=1.21.7
8+
yarn_mappings=1.21.7+build.1
9+
loader_version=0.16.14
1010

1111
# Mod Properties
12-
mod_version=0.1.1
12+
mod_version=0.1.2+1.21.5
1313
maven_group=me.emafire003.dev
1414
archives_base_name=particleanimationlib
1515

1616
# Dependencies
17-
fabric_version=0.121.0+1.21.5
17+
fabric_version=0.128.1+1.21.7

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"depends": {
2727
"fabricloader": ">=0.15.0",
28-
"minecraft": ">=1.17-",
28+
"minecraft": ">=1.21.5",
2929
"java": ">=16"
3030
},
3131
"suggests": {

0 commit comments

Comments
 (0)