Skip to content

Commit 6abbd0f

Browse files
committed
Fix crash with ZenithProxyMod.
1 parent cc7b08c commit 6abbd0f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ minecraft_version=1.21.4
88
loader_version=0.17.2
99

1010
# Mod Properties
11-
mod_version=1.0.0
11+
mod_version=1.0.1
1212
maven_group=com.zenith
1313
archives_base_name=PearlPlusMod
1414

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
},
1818
"mixins": [
19-
"zenithproxy.mixins.json"
19+
"pearlplus.mixins.json"
2020
],
2121
"depends": {
2222
"fabricloader": ">=0.16.2",
File renamed without changes.

0 commit comments

Comments
 (0)