Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 627 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 627 Bytes

chonk

Discord

A server-side mod that adds simple, flexible remote chunk loading mechanics to Minecraft 1.16+.

Mechanics

For an overview of vanilla chunk loading mechanics in 1.14+, see this page.

  • Block updates crossing chunk borders load the destination chunk as TICKING (lazy) for 1 gametick
  • Creating an entity in the world (including entities changing dimensions) will load the chunk it is created in as ENTITY_TICKING for 1 gametick