Skip to content

Commit 36901fc

Browse files
committed
fix: crash with server
1 parent 5b04b8d commit 36901fc

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1515
### Fixed
1616
- Note bug fixes here.
1717

18+
## [1.0.3] - 2025-11-16
19+
20+
### Fixed
21+
- Crash with server.
22+
1823
## [1.0.2] - 2025-11-05
1924

2025
### Added

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Constants {
44
const val name = "AE2 Pattern Encoding Access Terminal"
55
const val description = "AE2 Pattern Encoding Access Terminal"
66
const val license = "Please refer to the GitHub repository for details."
7-
const val version = "1.0.2"
7+
const val version = "1.0.3"
88
const val group = "yuuki1293"
99
const val author = "yuuki1293"
1010
const val repositoryUrl = "https://github.com/yuuki1293/AE2PatternEncodingAccessTerminal"

src/main/templates/template.mixins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"compatibilityLevel": "JAVA_17",
66
"refmap": "ae2peat.refmap.json",
77
"mixins": [
8-
"MixinClearPatternAccessTerminalPacket",
9-
"MixinPatternAccessTerminalPacket",
108
"MixinMEInventoryUpdatePacket"
119
],
1210
"client": [
11+
"MixinClearPatternAccessTerminalPacket",
12+
"MixinPatternAccessTerminalPacket"
1313
],
1414
"injectors": {
1515
"defaultRequire": 1

0 commit comments

Comments
 (0)