Forgiving World - Dimension Stacking[Forge/Fabric]

Forgiving World - Dimension Stacking[Forge/Fabric]

882k Downloads

[Help Wanted] Teleport to dimension before hitting bedrock

TechSupportRed opened this issue ยท 0 comments

commented

Hi, I noticed that the belowy cord requires you to be under the bedrock for you to teleport, and you have to fall a far distance before being teleported to the other dimension, is there anyway around this or able to replace the bedrock with obsidian or something. As I am making a modpack that has multiple layers of caves.

Here is what I have put in the json file for now.

  },
  "dimensionconnections": [
    {
      "from": "minecraft:overworld",
      "to": "infinite_abyss:first_layer",
      "xcoordmultiplier": 1,
      "zcoordmultiplier": 1,
      "teleporttype": {
        "teleporttype": "AIR",
        "teleport_to_y": 120
      },
      "belowy": -48,
      "slowfallticks": 400
    },