
[BUG] Causes game to not start with Minecraft Transit Railway 4.0.0
RXTransit opened this issue ยท 8 comments
For some unknown reason, when combined with MTR 4.0.0, the game refuses to even start
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.
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.
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