File Details
MiningDimensions_Fabric-1.21-1.7.11.jar
- R
- Jul 20, 2024
- 215.03 KB
- 238
- 1.21
- Fabric
File Name
MiningDimensions_Fabric-1.21-1.7.11.jar
Supported Versions
- 1.21
Curse Maven Snippet
I've been doing some more tweaking to the "right-click on portal block" teleport method in MiningDims 1.21. Previously, when you right-click a portal block it will search the chuck (16x16 block area) in the dest world using the players current x/y/z position. I have expanded this search to include a (9) chunk area (48x48 block area) centered on the players current position. This will be much more forgiving if a portal block is placed near a chunk border and the player right-clicks the block while standing in an adjacent chunk, which is really easy to do. This will also allow the player to move a portal block anywhere with the (9) chunk area and still be teleported to the same portal block in the other dimension. Since I am using vanilla's builtin tracking of block entities to search for the portal blocks, expanding from 1 to 9 chunks does not negatively impact the search time.

