Started by
Detris
on
Topic category: Help with Minecraft modding (Java Edition)
I have a problem with moving to a dimension, I want to make that when I right click on a selected block, it takes me to another dimension
Topic category: Help with Minecraft modding (Java Edition)
I have a problem with moving to a dimension, I want to make that when I right click on a selected block, it takes me to another dimension
Heya - in theory is should be as simple as this:
1. go to the triggers page when making a block and click on 'On Block Right Clicked' and create a new procedure.
2. Next look under the tab 'Player Management' and select the one that says 'Switch dimension of [Event/Target entity] to: [Surface]
3. Click on [Surface] and a drop down menu should appear listing all the Minecraft dimensions as well as any custom ones you may have created in the current mod.
All Done! Just Save and you should be good to go!
Hope this helps :)
I know that but I don't know how to make it when I click on the selected block
The trigger 'On Bloc Right Clicked' means when you (the player) clicks on the block
sorry spelling error i meant 'On Block Right Clicked'