Keeping chunks loaded across dimensions?

Started by Emeraldnickel on

Topic category: Help with modding (Java Edition)

Last seen on 02:42, 21. Mar 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Keeping chunks loaded across dimensions?

I'm currently making a mod to do with dreams and nightmares, and I'm trying to work on a feature where the player's body is left in their previous position as they switch to the dream dimension. However, I need to keep the player's body (I am using a modified Zombie for now) loaded across dimensions. Is there a way to do this using MCreator's procedures?

Last seen on 19:13, 26. Mar 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
execute command /[forceload…
Mon, 03/11/2024 - 18:38

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