From a9150e1932e1f04e271149eada0e6fddffbe33b9 Mon Sep 17 00:00:00 2001 From: Maik Marschner Date: Mon, 25 Dec 2023 20:41:54 +0100 Subject: [PATCH] Fix Minecraft compatibility table. --- ChunkyDocs/docs/support/minecraft_compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChunkyDocs/docs/support/minecraft_compatibility.md b/ChunkyDocs/docs/support/minecraft_compatibility.md index bcbcd75..720f75f 100644 --- a/ChunkyDocs/docs/support/minecraft_compatibility.md +++ b/ChunkyDocs/docs/support/minecraft_compatibility.md @@ -6,7 +6,7 @@ Below is a list of the Minecraft versions currently supported by Chunky and ever | Feature | Stable (2.4.5) | Stable snapshot (2.4.x) | Snapshot (2.5.0) | Related issues / pull requests | | --------------------------- | -------------- | ----------------------- | -------------------------- | ------------------------------ | -| Minecraft Java Versions | 1.2.1 - 1.20 | 1.2.1 - 1.20 | 1.2.1 - 1.20 | #1308, #1309 | +| Minecraft Java Versions | 1.2.1 - 1.20.2 | 1.2.1 - 1.20.4 | 1.2.1 - 1.20.4 | #1308, #1309 | | Vertical biomes | Not supported | Not supported | Supported (off by default) | #1225 | | Mod blocks | Not supported | Not supported | Planned | #88, #426, #266, #1332 | | Custom block models | Not supported | Not supported | Planned | #88, #426, #266, #1332 |