someaddons / FallingThroughMod

Minecraft mod to fall through dimensions
0 stars 0 forks source link

[Bug]: Adding dimensions above overworld seems not to work #22

Closed ThePiekar closed 4 months ago

ThePiekar commented 6 months ago

Describe the bug you're experiencing

I tried to make going above a certain height in overworld teleport the player to the end, it doesn't work.

Reproducability

Simply replace the "to" dimension to "minecraft:the_end" in the entry that usually teleports the player back down when exceeding y level 364, the rule stops working.

Mod up to date

Minecraft version

1.20.1

Modloader version

Forge

Logs

N.A.

someaddons commented 5 months ago

Works just fine for me


    {
      "from": "minecraft:overworld",
      "to": "minecraft:the_end",
      "teleporttype": {
        "teleporttype": "GROUND",
        "teleport_to_y": 70
      },
      "abovey": 264,
      "slowfallticks": 400
    },