Skip to content

Commit

Permalink
cleaned up teleportation more
Browse files Browse the repository at this point in the history
  • Loading branch information
Specnr committed Nov 24, 2020
1 parent 234302e commit d63908a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Make sure there are blocks under the player in new dim
execute in r-dim:r-nether run tp @s ~ 70 ~
execute in r-dim:r-nether run tp @s ~ ~ ~
execute in r-dim:r-nether run function r-dim:teleport/nether-prep
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
execute in r-dim:r-overworld run tp @s ~ 70 ~
execute in r-dim:r-overworld run tp @s ~ ~ ~
execute in r-dim:r-overworld run function r-dim:teleport/over-prep

0 comments on commit d63908a

Please sign in to comment.