Last active
November 2, 2024 14:32
-
-
Save intsuc/52966791ae163aab953f3c60ebaeb8d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tick | |
commandFunctions | |
minecraft:tick -> (Server) | |
minecraft:load -> (Server) | |
levels | |
$level | |
timeSync | |
tick | |
world border | |
weather | |
-> (ScheduledEvents) if $level == overworld | |
chunkSource | |
purge | |
chunks | |
pollingChunks | |
naturalSpawnCount | |
broadcast | |
spawner | |
thunder | |
iceandsnow | |
tickBlocks | |
randomTick | |
customSpawners | |
unload | |
poi | |
chunk_unload | |
tickPending | |
# block | |
cleaning | |
ticking -> (command_block) | |
# fluid | |
cleaning | |
ticking | |
portalForcer | |
raid | |
blockEvents | |
entities | |
global | |
regular | |
tick | |
* | |
... -> (command_block_minecart) | |
remove | |
blockEntities | |
* | |
... | |
connection -> (chat, sign) | |
players | |
server gui refresh | |
-> (console) | |
save | |
snooper | |
tallying | |
nextTickWait | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment