Jump to content

JusticeOF666

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by JusticeOF666

  1. Interested in this as well to be honest .
  2. I want the same action but obviously I can't do that in [X]. How should I go about it in this case ? @SubscribeEvent public void checkDimension(PlayerEvent.PlayerChangedDimensionEvent event) { int dimension = event.player.dimension; System.out.println("player dimension is: " + event.player.dimension); if (dimension == -1){[X]} }
  3. How do I check last known cords in the previous dimension to tp the player to ?
  4. 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 ?
  5. No option , I can't see which dimension can I ? I add a dimension myself so ...
  6. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.