Skip to content

Commit

Permalink
Bump the version and update compatibility table.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Jan 14, 2024
1 parent cdd196f commit 6b2da77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChunkyDocs/docs/getting_started/installing_chunky.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <ul><li><strong>Java 17:</strong> 135 MB</li><li><strong>OpenJFX:</strong> 110 MB</li><li><strong>Chunky 2.4.5:</strong> 25 MB</li></ul> |
| **Minimum requirements**[^2] | CPU supported by Java & OpenJFX | 512 MB | 270 MB for core files: <ul><li><strong>Java 17:</strong> 135 MB</li><li><strong>OpenJFX:</strong> 110 MB</li><li><strong>Chunky 2.4.6:</strong> 25 MB</li></ul> |
| **Recommended requirements** | 64-bit CPU | 8+ GB | 270 MB for core files + <ul><li><strong>Multiple Chunky versions:</strong> 50+ MB</li><li><strong>Multiple Chunky scenes:</strong> 1+ GB</li></ul> |

## Downloads
Expand Down
4 changes: 2 additions & 2 deletions ChunkyDocs/docs/support/minecraft_compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/chunky-dev/chunky/issues?q=is%3Aissue+is%3Aopen+label%3Aminecraft" target="_blank">issues with the "minecraft" label</a> 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 |
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b2da77

Please sign in to comment.