Started by
ImmenseFlame
on
Topic category: Help with MCreator software
Hello! I need help! I do not know how to view a dimension's id, not in a procedure, but in the actual value. I need the id for the entity checking dimension by id block, and it is math so it uses numbers, so I think it's a number, but I do not know the number, so can someone help me find where it might be?
what minecraft version is your mod for???
There is a "get numeric dimension id" block in the world data procedures. You could use a send chat procedure to print that value in the chat.
Also, in newer MCreator versions it isn't necessary to know the ID of a dimension, since there also is a procedure block "get numeric dimension ID of <dimension>". You could just compare that with the id of the current dimension to check if it is the specified one
The block doesn't let me specify which dimension it is, I think it's just the dimension the entity is in but if I don't want that, what do I do?