Dramatic Doors

Dramatic Doors

1M Downloads

[BUG] Crash with ConsistencyPlus and DramaticDoors on Quilt

DaveyL2013 opened this issue ยท 3 comments

commented

Important Information
Minecraft Version: 1.19.2
Quilt Version: 0.18.1-beta.58
DramaticDoors Version: Fabric-1.19.2-1.4.0
C+ Version: fabric-0.5.1+1.19.2

Describe the bug
Having both ConsistencyPlus and DramaticDoors installed on Quilt causes Minecraft to fail to load due to minecraft:air having a duplicate waterlogged property... somehow

To Reproduce
Steps to reproduce the behavior:
Install Quilt
Install ConsistencyPlus and DramaticDoors (+ QSL & Architectury, tested both with and without other unrelated mods)
Try to start Minecraft

Expected behavior
The game... doesn't crash from the air being to moist (that's a joke obviously)

Logs
https://mclo.gs/QFLPaEp

commented

Dramatic doors is adding waterlogability to vanilla blocks, which is extremely dangerous, as seen here.
fence gates and doors
This is not a C+ issue, and this will crash with any mod that adds waterloggable fence gates or doors.

commented

Statement should be used for adding to vanilla states. Adding states like this also causes other problems, which Statement avoids, and it should fix this too.

commented

Update to 1.4.0_1, this should fix the issues.

I would probably use Statement at a point, and make it an OPTIONAL dependency.