Started by
Khmer
on
Topic category: Help with MCreator software
Hi! So I'm working on a mod that adds "layers" (dimensions) to the world of Minecraft. However, you don't enter these dimensions through portals. Instead, I want to make a procedure that detects an entity/player's position, and if its Y value is 0 or below, that entity/player will get transported to one of the dimensions. If someone knows how to do this and can help, that would be greatly appreciated.
Thanks, and have a great day! :)
something like this should do the trick
Thank you very much! I tried this and it worked 100%.
UPDATE: Ok, so I've made multiple dimensions that I want this to occur in, which means I need each procedure to only send the player to the next dimension in line when in the previous dimension. If that doesn't make sense, let me explain it this way...
When in Overworld, send to Bedrock Caverns
When in Bedrock Caverns, send to Void Islands
When in Nether, send to Void Floor
etc...
Obviously, I would only want to activate these triggers under the same condition of being at Y=0 or below. I want this to work as a sort of progression system through the various new dimensions this mod adds.
gotchu fam
It worked. Again, thanks a lot.