Posted July 3, 201411 yr Hallo everyone , I'm working on a 1.7.10 minecraft UE mod and I encountered a problem. I cannot get minecraft to stop generating mob spawners and strongholds. I also don't want players to be able to enter the nether. If any of you have experience with that and/or know a solution please let me know. Thanks in advance, ~Justice
July 4, 201411 yr Author No option , I can't see which dimension can I ? I add a dimension myself so ...
July 5, 201411 yr @SubscribeEvent public void checkDimension(PlayerEvent.PlayerChangedDimensionEvent event) { int dimension = event.player.dimension // -1 Is the nether // 0 Is the overworld // 1 Is the end }
July 5, 201411 yr Author Oke , thank you : So see if the dimension is changed , see which dimension it is and tp him back to his cords in the previous dimension ? And preventing vanilla world gen ?
July 5, 201411 yr Author How do I check last known cords in the previous dimension to tp the player to ?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.