Skip to content

Minecraft mod to unload dimensions not in use.

License

Notifications You must be signed in to change notification settings

yamporg/unloader-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Unloader

Unloader is a small utility mod that unloads dimensions that aren’t in use.

This can free up tick time and RAM for your server or client! Although it’s not a whole lot… Don’t expect it to magically fix everything.

What does it do?

Checks dimensions every 30 seconds (600 ticks) for unused dimensions. An unused dimension is classified by the dimension having no chunks or entities loaded. Once it finds one, it tells forge to unload it. Unloaded dimensions can be loaded back fine.

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.8%
  • Shell 20.2%