Outurnate / WarpBook

A small mod for minecraft
GNU General Public License v3.0
9 stars 10 forks source link

Warp Book teleportation through dimension issues #3

Closed chbachman closed 10 years ago

chbachman commented 10 years ago

So i have been using warp book, and noticing some issues when teleporting from the nether or other dimensions to the overworld.

Here are some good methods that i have seen work.

https://github.com/CoFH/CoFHCore/blob/master/src/main/java/cofh/core/command/CommandTPX.java https://github.com/CoFH/CoFHLib/blob/master/src/main/java/cofh/lib/util/helpers/EntityHelper.java

Just pointing you to these, to help fix issues with warping in between dimensions.

Thank you for reading.

Outurnate commented 10 years ago

Thanks! Definitely looking to revamp the teleport code. It's so kludgy right now.

chbachman commented 10 years ago

I had the same problems. The tpx command was originally written just as yours was. Then skyboy came through and made it ten times better. :P

On Aug 21, 2014, at 7:42 PM, josephd notifications@github.com wrote:

Thanks! Definitely looking to revamp the teleport code. It's so kludgy right now.

— Reply to this email directly or view it on GitHub.

Outurnate commented 10 years ago

Fixed with 4ccd6c4, as you've undoubtedly noticed :P