When you say "reentering", do you mean in a dimension, then entering the dimension again (usually this occurs with a procedure)? If so, you could use an "if" block around the change dimension like so:
if (id of dimension [event/target entity] is in) = (order in which you created the dimension, + 3 (i.e., your first having id 4, 2nd id 5, etc.)) do
switch dimension of [Event/target entity] to (your dimension here)
Just a few warnings: One, I'm not quite sure about dimension ids, although this is how I'd expect them to go. And two, this is PROCEDURE EDITOR BLOCKS, not actual JavaScript
Oh yeah, from the looks of this your mod probably crashed a long time after the attempt to change dimensions (unless it's counting game runtime) so double check your procedures
I meant once I switch to another dimension through an item or a portal, and attempt to switch to another dimension while in it the game freezes and crashes.
Would you like the files to the mod? Its only happening to this one that I spent like 100 hours on. Dimensions are basically the entire progression of the mod so it breaking like this pretty much ruins it.
Does it also happen when using a custom procedure to change dimension? I don’t have a solution but it would narrow it down for someone who does.
Yes It does.
When you say "reentering", do you mean in a dimension, then entering the dimension again (usually this occurs with a procedure)? If so, you could use an "if" block around the change dimension like so:
Just a few warnings: One, I'm not quite sure about dimension ids, although this is how I'd expect them to go. And two, this is PROCEDURE EDITOR BLOCKS, not actual JavaScript
Oh yeah, from the looks of this your mod probably crashed a long time after the attempt to change dimensions (unless it's counting game runtime) so double check your procedures
I meant once I switch to another dimension through an item or a portal, and attempt to switch to another dimension while in it the game freezes and crashes.
hm then i don't know
Would you like the files to the mod? Its only happening to this one that I spent like 100 hours on. Dimensions are basically the entire progression of the mod so it breaking like this pretty much ruins it.
This may be a clue
I'm gonna try to tamper with the "SuperBoots" Item that the console referenced to see if it fixes anything.
I tried removing the item and nothing changed so its probably not related to the problem.