Jump to content

Krevik

Members
  • Posts

    179
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Krevik

  1. I actually knew about this. Lags occure even if there's no word about cascading in console
  2. Hello! I made a custom dimension and i got strange problem. Whenever I add any structure to generate in my dimension minecraft gets strange server lags. I tried everything. Changing way of registering biome,dimension, moving custom structure from custom biome decorator to Generator Handler that implements IWorldGenerator and then registering it in main class. Nothing helped. These server lags lasts for about 1-2 minutes, and then everything is just fine. During the lag, I cannot break blocks, entites are lagged, etc. When I do not generate the structure, my dimension isn't laggy. My dimension is multi biome and the bug occurs no matter which forge version I use. I am working on minecraft 1.12. I can post the whole code on github if someone knows what can cause these lags. What can be wrong? Generators are copied from vanilla (changed only blocks).
  3. Sorry, edited
  4. Hello! I am having trouble with my custom teleporter. When i am in creative everything works just fine. When in survival - teleport teleports me to my custom dimension, but using Y from the last player entered portal. That results when i am in survival mode and I try to use my custom Portal I just got stick in wall in my custom dimension. Example: Entering on Y=5, in my dimension I spawn at Y=5, portal is on Y=65. My codes: Block On collided method Teleport Class I've tried manually changing player Y after teleportation both in block portal class and in teleporter class but nothing seems to work. EDIT Found only temporarily solution. after in the teleport class, add
×
×
  • Create New...

Important Information

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