TwelveIterationMods / Waystones

Minecraft Mod. Adds waystones you can teleport to after they've been activated.
https://mods.twelveiterations.com/mc/waystones/
Other
297 stars 110 forks source link

Teleporting hell standing on warp stone with Dimensional Threading installed #716

Closed SrRapero720 closed 11 months ago

SrRapero720 commented 1 year ago

Minecraft Version

Other (specify below)

Mod Loader

Forge

Mod Loader Version

40.2.10

Mod Version

waystones-forge-1.18.2-10.2.1.jar

Balm Version

balm-3.2.6.jar

Describe the Issue

Having Dimensional threading installed and using a warpstone to another different dimension causes a TELEPORTING HELL. basically traps you teleporting while you have "loading terrain" screen. so you can't move and warp stone is teleporting you back... in a bucle

That also affects any other version with Dimensional Threading

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

No response

BlayTheNinth commented 11 months ago

Mods generally follow Minecraft's coding practices which are implemented against the expectations of a vanilla environment, which conflicts with mods adding multithreading and making invasive changes, so they are bound to cause all kinds of issues.

I believe until Minecraft itself starts supporting multithreading in these areas, performance gains are better found elsewhere, because with the amount of mods out there, the risk of running into problems negates the possible benefits.

However, if anyone wants to go and locate all the places that aren't thread-safe they are free to submit a pull request that I'd be happy to accept as long as it doesn't result in a significant increase in complexity.

SrRapero720 commented 11 months ago

uhhhh