diff --git a/ChunkyDocs/docs/getting_started/installing_chunky.md b/ChunkyDocs/docs/getting_started/installing_chunky.md index c370da3..3380013 100644 --- a/ChunkyDocs/docs/getting_started/installing_chunky.md +++ b/ChunkyDocs/docs/getting_started/installing_chunky.md @@ -6,7 +6,7 @@ To install Chunky, download the Chunky Launcher (Universal JAR).[^1] This requir | | CPU | Available RAM | Available Storage | | --------------------------------- | ------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| **Minimum requirements**[^2] | CPU supported by Java & OpenJFX | 512 MB | 270 MB for core files: | +| **Minimum requirements**[^2] | CPU supported by Java & OpenJFX | 512 MB | 270 MB for core files: | | **Recommended requirements** | 64-bit CPU | 8+ GB | 270 MB for core files + | ## Downloads diff --git a/ChunkyDocs/docs/support/minecraft_compatibility.md b/ChunkyDocs/docs/support/minecraft_compatibility.md index 720f75f..5267bf3 100644 --- a/ChunkyDocs/docs/support/minecraft_compatibility.md +++ b/ChunkyDocs/docs/support/minecraft_compatibility.md @@ -4,9 +4,9 @@ Bedrock Edition worlds are currently not supported; however, they can be convert Below is a list of the Minecraft versions currently supported by Chunky and everything that Chunky currently cannot render. For more detailed information about which features of Minecraft are not yet supported, check the issues with the "minecraft" label on GitHub. -| Feature | Stable (2.4.5) | Stable snapshot (2.4.x) | Snapshot (2.5.0) | Related issues / pull requests | +| Feature | Stable (2.4.6) | Stable snapshot (2.4.x) | Snapshot (2.5.0) | Related issues / pull requests | | --------------------------- | -------------- | ----------------------- | -------------------------- | ------------------------------ | -| Minecraft Java Versions | 1.2.1 - 1.20.2 | 1.2.1 - 1.20.4 | 1.2.1 - 1.20.4 | #1308, #1309 | +| Minecraft Java Versions | 1.2.1 - 1.20.4 | 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 | diff --git a/build.sh b/build.sh index 782bbae..830ed3e 100755 --- a/build.sh +++ b/build.sh @@ -23,4 +23,4 @@ else sed -i 's/..\/versions.json/\/docs\/versions.json/g' ../docs/assets/javascripts/bundle*.min.js fi -echo '[{ "version": "../docs", "title": "2.4.5", "aliases": ["stable"] }, { "version": "../docs/snapshot", "title": "2.5.0 (snapshot)", "aliases": ["snapshot"] }]' > ../docs/versions.json +echo '[{ "version": "../docs", "title": "2.4.6", "aliases": ["stable"] }, { "version": "../docs/snapshot", "title": "2.5.0 (snapshot)", "aliases": ["snapshot"] }]' > ../docs/versions.json