Started by YoshiYoshi2012 on Fri, 09/20/2024 - 01:37 Topic category: Help with Minecraft modding (Java Edition) i need help i can't make the player enter a dimension when at y = -70 for my mod Jump to top Here is a basic procedure in pseudocode for that: if you have trouble understanding, I can send a screenshot of the blocks :) on globalTrigger(PlayerTickUpdate) { if(eventTargetEntity.yPosition ≤ -70) { eventTargetEntity.SwitchDimension(yourDimension); } } Jump to top Permalink Log in or register to post comments can you send an image Jump to top Permalink Log in or register to post comments Jump to top Permalink Log in or register to post comments THANKS! Jump to top Permalink Log in or register to post comments
Here is a basic procedure in pseudocode for that: if you have trouble understanding, I can send a screenshot of the blocks :) on globalTrigger(PlayerTickUpdate) { if(eventTargetEntity.yPosition ≤ -70) { eventTargetEntity.SwitchDimension(yourDimension); } } Jump to top Permalink Log in or register to post comments
Here is a basic procedure in pseudocode for that:
if you have trouble understanding, I can send a screenshot of the blocks :)
can you send an image
THANKS!