Supplementaries

Supplementaries

82M Downloads

client Crash on 1.19.2 quilt/fabric

netcore10 opened this issue ยท 5 comments

commented

https://paste.atlauncher.com/view/a78eec18-1f84-44c2-a87f-5d59ebdb89f3

mc: 1.19.2

supplementaries: 2.2.48

quilt fapi 0.28 beta

commented

issue with dramatic doors which is mixin into my classes

commented

@MehVahdJukaar version 2.2.46 works, was it a recent change?

commented

i changed that class slightly to workaround an issue (not on my side) with better waterlogging mod
Ironically dramatic doors was mixing into my classes to do the exact same thing when imo it shouldnt have since it was patching another mod for yet another unrelated mod which was the real culprit to begin with. Adding a state to a block with mixin is never safe and should have at least accounted for it being added by a subclass by changing the state builder

commented

Fair, i added it to dramatic doors. Thanks for your input.