Keep chunk loaded

Started by Thedoom19 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Keep chunk loaded

Is there any way a block can keep a chunk loaded? So even if its outside of render distance it stays loaded?

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
execute command /[forceload…
Tue, 06/20/2023 - 16:58

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

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
spawn chunks are always…
Sun, 11/19/2023 - 02:47

spawn chunks are always loaded and you can also build a vanilla chunk loader.