Skip to content

Commit c03b89b

Browse files
CHANGELOG: add v1.0.2
Compatibility release for ModLoader v1.17.3, which accepts plugin interface 60 and only 60. Records which build pairs with which loader, since v1.0.1 and v1.0.2 are not interchangeable in either direction.
1 parent 5f4a17f commit c03b89b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v1.0.2 — 2026-08-06
4+
5+
Compatibility release for **ModLoader v1.17.3**. No behaviour change.
6+
7+
v1.17.3 changed the plugin interface version it accepts to **60**, and it accepts that one value only. v1.0.1
8+
reports 52, so v1.17.3 rejects it at load and the mod does nothing. This release is the same plugin rebuilt against
9+
the current SDK.
10+
11+
> ### ⚠ Pick the build that matches your loader
12+
> | Your ModLoader | Use |
13+
> |---|---|
14+
> | v1.17.3 | **v1.0.2** (this release) |
15+
> | v1.16.0 – v1.17.2 | **v1.0.1**, which stays available |
16+
>
17+
> The loader accepts a single interface version rather than a range, so the two builds are not interchangeable in
18+
> either direction. A future loader release may likewise stop accepting v1.0.2.
19+
20+
Built for game build `0.2.8.121391-S`. Requires ModLoader v1.17.3 (plugin interface 60).
21+
22+
323
## v1.0.1 — 2026-08-01
424

525
Renamed the plugin from `AM-Continue` to `AgenticalMods-Continue`, matching the organisation name. No behaviour

0 commit comments

Comments
 (0)