nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
[📦] No Unused Chunks

[📦] No Unused Chunks

Mod

A Minecraft mod that reduces world size by discarding unused chunks.

Client OptimizationUtility

183.1k downloads
189 followers
[📦] No Unused Chunks has been archived. [📦] No Unused Chunks will not receive any further updates unless the author decides to unarchive the project.

No Unused Chunks (fabric-1.19.x) - v1.2

Changelog

This release of the mod finally adds the ability to remove previously generated unused chunks. This will now allow you to shrink your world size by up to over 50%. Because of how this feature works, please back up your world and read the important notice below.

How to use the feature (Minecraft client):

  • Go to the world select screen
  • Select a world and click on "Edit"
  • Click on "Optimize World"
  • Check the "Remove unused chunks" checkbox
  • Click on "Create Backup and Load".
  • It is advised not to click on "I know what I'm doing".

This release conflicts with:

  • Any other mod that uses Mixins on net.minecraft.world.updater.WorldUpdater
  • Any other mod that uses Mixins on net.minecraft.client.gui.screen.BackupPromptScreen
  • Aka it conflicts with any other mod that modifies the behavior of the WorldUpdater and/or the BackupPromptScreen. Especially the WorldUpdater.

Important notice:

  • The game keeps track of which chunks players have interacted with using a special variable called InhabitedTime. Whenever a player enters a chunk or does something to a chunk, the value of InhabitedTime increases. The way this feature works is by going through every chunk in every region file of a given world, and removing all chunks whose InhabitedTime value is set to 0. This means that any and all chunks whose InhabitedTime is 0 will get removed. It is important to keep in mind that if you used a creative tool/mod/program to modify chunks without ever entering them as an in-game player and making changes to them manually, or if the game fails to keep track of "InhabitedTime", there is a high chance those chunks will get removed anyways. Always back up your worlds before doing this, and immediately make sure no chunks you needed somehow got removed.
  • If there are any issues/bugs or if you do spot this mod's feature removing chunks it isn't suppoed to remove, please let me know so I can see if something can be done to resolve it.

Files

nounusedchunks-1.2.jar(98.75 KiB) Primary Download

External resources


Project members

TheCSDev

Owner


Technical information

License
MIT
Client side
required
Server side
unsupported
Project ID