Skip to content

Commit

Permalink
Update version references
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Apr 29, 2024
1 parent 808f60a commit 2c2c654
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Allows the connection to/from different Minecraft versions on your Minecraft client/server (LAN worlds too)

This mod can be installed on 1.8.9, 1.12.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.1, 1.20.4, 1.20.5 with Fabric Loader.
This mod can be installed on 1.8.9, 1.12.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.1, 1.20.4, 1.20.6 with Fabric Loader.

## Dependencies

Expand Down Expand Up @@ -44,19 +44,19 @@ registry synchronization (fabric-registry-sync mod).

- Client-side:

| | 1.8.9 | 1.9.x | 1.10-1.12.2 | 1.13-1.14.4 | 1.15.x | 1.16.x | 1.17.x | 1.18.x | 1.19.x | 1.20.x |
|---------------|-------|-------|-------------|-------------|--------|--------|--------|--------|--------|--------|
| 1.8.9 client ||| ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ |
| 1.12.2 client |||||||||||
| 1.14.4 client |||||||||||
| 1.15.2 client |||||||||||
| 1.16.5 client |||||||||||
| 1.17.1 client |||||||||||
| 1.18.2 client |||||||||||
| 1.19.4 client |||||||||||
| 1.20.1 client ||||||||||*(⟲ if connecting to newer 1.20.2 - 1.20.5 servers)* |
| 1.20.4 client ||||||||||*(⟲ if connecting to 1.20.5 servers)* |
| 1.20.5 client |||||||||||
| | 1.8.9 | 1.9.x | 1.10-1.12.2 | 1.13-1.14.4 | 1.15.x | 1.16.x | 1.17.x | 1.18.x | 1.19.x | 1.20.x |
|---------------|-------|-------|-------------|-------------|--------|--------|--------|--------|--------|--------------------------------------------------------|
| 1.8.9 client || | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ | ⏪⟲ |
| 1.12.2 client ||||| ||||| |
| 1.14.4 client ||||| ||||| |
| 1.15.2 client |||||| |||| |
| 1.16.5 client |||||||||| |
| 1.17.1 client |||||||||| |
| 1.18.2 client |||||||||| |
| 1.19.4 client |||||||||| |
| 1.20.1 client ||||||||||*(⟲ if connecting to newer 1.20.2 - 1.20.6 servers)* |
| 1.20.4 client ||||||||||*(⟲ if connecting to 1.20.6 servers)* |
| 1.20.6 client |||||||||| |

✓ = [ViaVersion](https://viaversion.com) ⟲ = [ViaBackwards](https://viaversion.com/backwards)
= [ViaRewind](https://viaversion.com/rewind)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loader_version=0.15.10
viaver_version=4.10.0
yaml_version=2.2

publish_mc_versions=1.20.5, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.12.2, 1.8.9
publish_mc_versions=1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.12.2, 1.8.9
# example: 1.19.1-rc1. Can be a blank value
modrinth_mc_snapshot=
# example: 1.19-Snapshot. Can be a blank value
Expand Down

0 comments on commit 2c2c654

Please sign in to comment.