Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

12 total results found

Wither (Boss)

Mobs Hostile Mobs

(WORK IN PROGRESS) The Wither Boss or more commonly known as the wither, is a player constructed flying mob with immense destructive capabilities. It can be constructed with 4 soul sand in a T shape and 3 wither skulls overlaying the top. (Note: This can be r...

Unprocessed Chunks

Chunks

Unprocessed Chunks Unprocessed Chunks are chunks that simply do not exist anymore. These chunks have no references in the game's memory and are stored entirely on disk until they need be accessed again. These chunks fully delete anything that passes through t...

Loaded Chunks

Chunks

Loaded Chunks/Simulated Chunks Loaded Chunks also known as simulated chunks are the chunks that anything can normally process in. These chunks only occur around a player or created with the use of /tickingarea or Add-ons. These chunks are what players will sp...

Spawn Chunks

Chunks Unloaded chunks

Spawn Chunks Against popular belief spawn chunks DO exist on bedrock edition. These chunks around the central world chunk (x 0, z 0) are there mostly for performance reasons. If you have ever went into a portal and came back you will know that the transfer fr...

Map-Induced Chunk Unloading

Chunks Unloaded chunks

Locked Chunks

Chunks Unloaded chunks

Locked Chunks Locked chunks are chunks that exist and have references in memory but do not process any events. These chunks may behave like unprocessed chunks to the untrained eye, but if you put an entity in one and use /testfor you will see that it does sti...

Unloaded Chunks

Chunks Unloaded chunks

Unloaded Chunks Unloaded Chunks or Cached Chunks (but officially called unloaded chunks) are chunks that have most but not all functionality disabled within them. These chunks are not simulated and cannot process things like block updates and pending ticks. T...

Chunks

Chunks

Chunks, What are they? Chunks are 16x16 partitions of space on a Minecraft world that the game will load individually around a player or based on certain conditions. The reason why this is done is because the game is 30 million blocks by 30 million blocks big...

Slime Chunks

Chunks

Slime Chunks Slime Chunks are chunks that have the ability to spawn the slime entity when a player is within spawning range. Slime chunks spawn slimes regardless of light level as long as there is a valid place for them to spawn. The game will only spawn slim...

NBT definitions

Mobs Entity NBT

NBT

Mobs Entity NBT

What is NBT NBT or Named Binary Tag, is a tree-like structure that Minecraft uses to store entity data. This data can include attributes, definitions, and identifier information. This information can control things what the entity looks like, how it interacts...

Entity NBT Format

Mobs Entity NBT

NBT FORMAT (WIP) Legend Icon Meaning String Short Long Array Long JSON Object Integer Array Integer Float Double Byte Array Byte Boolean Array Form...