Mrbysco / Dimensional-Paintings

Paintings that are a portal into another dimension
https://www.curseforge.com/minecraft/mc-mods/dimensional-paintings
MIT License
3 stars 1 forks source link

[Suggestion]: Config Option to Revert Back to Distance Ratio Between Overworld and Nether #19

Open Darkosto opened 1 week ago

Darkosto commented 1 week ago

General Info

Suggestion Description

Can the new teleportation logic that removes the distance difference between the Overworld and Nether be a config option? Currently, it's useful to maintain the 8-1 ratio when trying to traverse large distances at a faster pace.

Thank you!

MC: 1.20.1 Forge: 47.3.0 Dimensional Paintings: 1.20.1-2.1.0

Mrbysco commented 1 week ago

I'm unable to reproduce the ration loss. When I go to the nether my position is divided my 8 correctly and when going back when a 1000 blocks away in the nether I get correctly placed 8000 blocks further away then where I entered

https://github.com/Mrbysco/Dimensional-Paintings/blob/1.20/src/main/java/com/mrbysco/dimpaintings/util/PaintingTeleporter.java#L135

Darkosto commented 4 days ago

Just tested this in an instance with only Dimensional Paintings and am not getting the ratio bug. I'm not sure what it could be because I only changed the mod version of Dimensional Paintings and nothing else and saw this bug. When I backported to the previous version the ratio was normal.