← Назад к ресурсам

Ksyxis

Speed up your world loading by removing unneeded chunks.

Modrinth optimization utility worldgen

Описание

# Ksyxis Speed up your world loading by removing unneeded chunks. ## Language - **English** ([Extended Version](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md)) - [Русский](https://github.com/VidTu/Ksyxis/blob/main/docs/README_ru.md) ## Downloads - [Modrinth](https://modrinth.com/mod/ksyxis) - [CurseForge](https://curseforge.com/minecraft/mc-mods/ksyxis) - [GitHub Releases](https://github.com/VidTu/Ksyxis/releases) ## Dependencies - Fabric, Forge, NeoForge, Quilt, Legacy Fabric, or Ornithe - Minecraft (1.8 or newer) - **Forge 1.8-1.14.4 only**: Any Mixin provider, at your choice (such as [MixinBootstrap](https://modrinth.com/mod/mixinbootstrap), [MixinBooter](https://modrinth.com/mod/mixinbooter), [UniMixins](https://modrinth.com/mod/unimixins), or any other) ## About Depending on your game version, Minecraft loads some [chunks](https://minecraft.wiki/w/Chunks) when you create your world. Sometimes, these chunks are always loaded in the background. Either way, whether these chunks being loaded is a one-time performance slowdown, or a constant performance penalty, most players don't need any of these chunks. This mod completely disables unneeded chunks in the game. *Note*: Unneeded chunks are sometimes used by farms and technical contraptions. If you'll need these chunks, you can always delete the mod later to re-enable these chunks. ![Ksyxis Demo GIF](https://i.imgur.com/WR3dl85.gif) ## Versions | Version | Effect | Note | |---------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------| | 1.21.9+ | Insignificant | A 7x7 area of chunks won't be loaded around the player when they join, and a fake 500ms world creation delay in single-player will be removed. | | 1.20.5-1.21.8 | Low | A 5x5 area of spawn chunks won't be loaded constantly in the background. | | 1.8-1.20.4 | Extreme | A 21x21 area of spawn chunks won't be loaded constantly in the background. | ## FAQ **Q**: I need help, have some questions, or have some other feedback. **A**: You can join the [Discord server](https://discord.gg/Q6saSVSuYQ). **Q**: Where can I download this mod? **A**: [Modrinth](https://modrinth.com/mod/ksyxis), [CurseForge](https://curseforge.com/minecraft/mc-mods/ksyxis), or [GitHub Releases](https://github.com/VidTu/Ksyxis/releases). You can also find unstable builds at [GitHub Actions](https://github.com/VidTu/Ksyxis/actions). You will need a GitHub account to download these. **Q**: Which mod loaders are supported? **A**: Fabric, Forge, NeoForge, Quilt, Legacy Fabric, and Ornithe. **Q**: Which Minecraft versions are supported? **A**: Minecraft versions 1.8 and newer. **Q**: Why support so many Minecraft versions? **A**: Because I can. **Q**: Do I need Fabric API or Quilt Standard Libraries? **A**: Not necessarily. **Q**: Where are the Fabric, Forge, NeoForge, Quilt, etc. versions? **A**: All in the same file. **Q**: Is this mod client-side or server-side? **A**: This mod works on the server and on the client in singleplayer. It has no effect on the client when playing multiplayer. **Q**: Is this mod stable for use? **A**: Should be fine. If it breaks something, just delete it and your worlds will be fine. **Q**: I've found a bug. **A**: Report it [here](https://github.com/VidTu/Ksyxis/issues). If you are not sure whether this is a bug or a simple question, you can join the [Discord](https://discord.gg/Q6saSVSuYQ). Report security vulnerabilities [here](https://github.com/VidTu/Ksyxis/security). **Q**: Can I use this in my modpack? **A**: Sure. Credit (e.g., a link to the mod's GitHub page) is appreciated but is not required. Monetization and redistribution are allowed as per the [MIT License](https://github.com/VidTu/Ksyxis/blob/main/LICENSE). **Q**: This mod doesn't speed up anything. **A**: The effect may not be noticeable on high-end PCs. This mod is designed primarily for low-end devices. Nevertheless, there is [a video](https://www.youtube.com/watch?v=PXWdDoVU1C4). **Q**: How to force-load chunks if the spawn chunks have been removed? **A**: If you really need to force-load chunks, load individual chunks with the `/forceload` command in 1.13 or newer. For older versions, you can search for some mod that force-loads chunks. **Q**: It says *Ksyxis: No Mixin found*. **A**: If you're using Forge 1.15.2 or older, you may need to install [MixinBootstrap](https://modrinth.com/mod/mixinbootstrap), [MixinBooter](https://modrinth.com/mod/mixinbooter), [UniMixins](https://modrinth.com/mod/unimixins), or any other Mixin provider of your choice. If you're using Forge 1.16 or newer, or any version of Fabric/NeoForge/Quilt/Ornithe, you don't need to install anything, and this is a bug. See [README](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md#for-developers) on GitHub for FAQ on mod's technical aspects. ## License This project is provided under the MIT License. Check out [LICENSE](https://github.com/VidTu/Ksyxis/blob/main/LICENSE) for more information. ## Credits This mod is developed primarily by [VidTu](https://github.com/VidTu), but it wouldn't be possible without [contributors](https://github.com/VidTu/Ksyxis/graphs/contributors) and some [technologies](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md#credits) used. ## Development See [README](https://github.com/VidTu/Ksyxis/blob/main/docs/README.md#development) on GitHub for details about developing this mod.