Started by
Thedoom19
on
Topic category: Help with Minecraft modding (Java Edition)
Is there any way a block can keep a chunk loaded? So even if its outside of render distance it stays loaded?
Topic category: Help with Minecraft modding (Java Edition)
Is there any way a block can keep a chunk loaded? So even if its outside of render distance it stays loaded?
execute command /[forceload add ~ ~ ~ ~] at [X] [Y] [Z]
and
execute command /[forceload add ~ ~ ~ ~] at [X] [Y] [Z]
to remove, using the execute command procedure block
spawn chunks are always loaded and you can also build a vanilla chunk loader.