Skip to content

Commit 6b2da77

Browse files
committed
Bump the version and update compatibility table.
1 parent cdd196f commit 6b2da77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChunkyDocs/docs/getting_started/installing_chunky.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To install Chunky, download the Chunky Launcher (Universal JAR).[^1] This requir
66

77
| | CPU | Available RAM | Available Storage |
88
| --------------------------------- | ------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
9-
| **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> |
9+
| **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> |
1010
| **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> |
1111

1212
## Downloads

ChunkyDocs/docs/support/minecraft_compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Bedrock Edition worlds are currently not supported; however, they can be convert
44

55
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.
66

7-
| Feature | Stable (2.4.5) | Stable snapshot (2.4.x) | Snapshot (2.5.0) | Related issues / pull requests |
7+
| Feature | Stable (2.4.6) | Stable snapshot (2.4.x) | Snapshot (2.5.0) | Related issues / pull requests |
88
| --------------------------- | -------------- | ----------------------- | -------------------------- | ------------------------------ |
9-
| Minecraft Java Versions | 1.2.1 - 1.20.2 | 1.2.1 - 1.20.4 | 1.2.1 - 1.20.4 | #1308, #1309 |
9+
| Minecraft Java Versions | 1.2.1 - 1.20.4 | 1.2.1 - 1.20.4 | 1.2.1 - 1.20.4 | #1308, #1309 |
1010
| Vertical biomes | Not supported | Not supported | Supported (off by default) | #1225 |
1111
| Mod blocks | Not supported | Not supported | Planned | #88, #426, #266, #1332 |
1212
| Custom block models | Not supported | Not supported | Planned | #88, #426, #266, #1332 |

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ else
2323
sed -i 's/..\/versions.json/\/docs\/versions.json/g' ../docs/assets/javascripts/bundle*.min.js
2424
fi
2525

26-
echo '[{ "version": "../docs", "title": "2.4.5", "aliases": ["stable"] }, { "version": "../docs/snapshot", "title": "2.5.0 (snapshot)", "aliases": ["snapshot"] }]' > ../docs/versions.json
26+
echo '[{ "version": "../docs", "title": "2.4.6", "aliases": ["stable"] }, { "version": "../docs/snapshot", "title": "2.5.0 (snapshot)", "aliases": ["snapshot"] }]' > ../docs/versions.json

0 commit comments

Comments
 (0)