mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-10 04:47:15 +00:00
Update README with Windows support information
This commit is contained in:
parent
672d57f44d
commit
13480fa664
|
|
@ -22,6 +22,9 @@ At the moment, we're aiming to support the following platforms:
|
|||
- iOS (not started)
|
||||
- Android (not started)
|
||||
|
||||
> [!WARNING]
|
||||
> There NO Windows support, for that, go to [smartcmd/MinecraftConsoles](https://github.com/smartcmd/MinecraftConsoles/).
|
||||
|
||||
> All efforts are focused towards a native Linux port, OpenGL rendering pipeline, and modernizing the existing LCE codebase/tooling to make future platform ports easier.
|
||||
>
|
||||
> `Windows64` and other platforms originally supported by LCE are currently unsupported, since the original Visual Studio tooling has been stripped from this repository and replaced with our own.
|
||||
|
|
@ -145,4 +148,4 @@ cd build/Minecraft.Client
|
|||
|
||||
## Generative AI Policy
|
||||
|
||||
Submitting code to this repository authored by generative AI tools (LLMs, agentic coding tools, etc...) is strictly forbidden (see [CONTRIBUTING.md](./CONTRIBUTING.md)). Pull requests that are clearly vibe-coded or written by an LLM will be closed. Contributors are expected to both fully understand the code that they write **and** have the necessary skills to *maintain it*.
|
||||
Submitting code to this repository authored by generative AI tools (LLMs, agentic coding tools, etc...) is strictly forbidden (see [CONTRIBUTING.md](./CONTRIBUTING.md)). Pull requests that are clearly vibe-coded or written by an LLM will be closed. Contributors are expected to both fully understand the code that they write **and** have the necessary skills to *maintain it*.
|
||||
|
|
|
|||
Loading…
Reference in a new issue