Skip to content

Instantly share code, notes, and snippets.

@intsuc
Last active August 22, 2019 15:24
Show Gist options
  • Save intsuc/b0c9ff3c38cb0767b9e45007eb2cdfea to your computer and use it in GitHub Desktop.
Save intsuc/b0c9ff3c38cb0767b9e45007eb2cdfea to your computer and use it in GitHub Desktop.
forceload chunk loader (1.14.4)
scoreboard objectives add _ dummy
execute store success score forced _ run forceload query ~ ~
forceload add ~ ~
function on_chunk_loaded
execute if score forced _ matches 0 run forceload remove ~ ~
execute positioned <pos> run function load_chunk-1
# setblock ~ ~ ~ minecraft:stone destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment