Dramatic Doors

Dramatic Doors

11M Downloads

[BUG] Causes game to not start with Minecraft Transit Railway 4.0.0

RXTransit opened this issue ยท 8 comments

commented

Crash Log

For some unknown reason, when combined with MTR 4.0.0, the game refuses to even start

commented

Odd, I will need to look into it.

commented

For some reason, it seems to work on 4.0.0 beta 13 and you're using beta 12.

Try updating and see if it works.

commented

Here's what the server console says, on beta 13 with Dramatic Doors installed
image

commented

Seems like jsblock is having some sort of conflicts.

I tested Dramatic Doors on 1.20.1 with MTR 4.0.0 beta 13 and no conflicts were found. Granted, I'm changing the mixin though.

commented

Hi, jsblock mod author here
We were simply extending DoorBlockExtension which comes from Minecraft Mappings (A part of MTR Mod, although this specific class is not directly used by MTR)

Here's the relevant code within Minecraft-Mappings:
https://github.com/Minecraft-Transit-Railway/Minecraft-Mappings/blob/rewrite/fabric/1.20.1-mapping/src/main/java/org/mtr/mapping/mapper/DoorBlockExtension.java

commented

Thank you. I see, I will look into a solution.

commented

This has been fixed, thanks!

commented

I've managed to release a new version that should hopefully fix this issue. If you don't see the new version on CurseForge, try Modrinth.

New version: 3.3.0

What I've done is that I injected DoorBlockExtension via a mixin to add waterlogged property if waterlogging is enabled.