Skip to content

Commit bccba9e

Browse files
committed
chore: backport 1.3.2
1 parent c62b13b commit bccba9e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Backport post-1.0.0 JamLib to 1.20.1
2-
- Should still be compatible with mods that use pre-1.0.0 JamLib, as functionality from that is included.
1+
Fix crash on dedicated servers.

common/src/client/resources/jamlib.client.mixins.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
"package": "io.github.jamalam360.jamlib.client.mixin",
55
"compatibilityLevel": "JAVA_17",
66
"mixins": [
7-
"event.ClientPacketListenerMixin",
8-
"event.ConnectionMixin"
97
],
108
"client": [
119
"AbstractSelectionListMixin",
12-
"ImageWidgetMixin"
10+
"event.ClientPacketListenerMixin",
11+
"event.ConnectionMixin"
1312
],
1413
"server": [
1514
],

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs=-Xmx3G
22
org.gradle.daemon=false
33
org.gradle.parallel=true
4-
version=1.3.1+1.20.1
4+
version=1.3.2+1.20.1
55
minecraft_version=1.20.1
66

77
additional_minecraft_versions=

0 commit comments

Comments
 (0)