Started by
Emeraldnickel
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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