TropheusJ

Results 39 comments of TropheusJ

This doesn't have anything to do with porting lib or the recipe book api. Fabric API adds a method that the CookingPotRecipe references and it's not there somehow. I don't...

Mod load order is undefined on fabric as well (and intentionally shuffled in dev), and that should not change. the solution is an API that avoids order-dependent problems, which quilt...

Also experiencing this. Suddenly started happening on my home network, works fine on my college campus. Still happens on the nightly build, even affects login interestingly. ![image](https://github.com/user-attachments/assets/678d6fc2-c8c2-4bc3-b328-931e82f633bb) I can access...

both, they're the same issue. The windows open fine once the requests finally make it through.

the original PR should be closed, this one will be merged up if accepted

Please rename the tag to `create:seats`. Remove the `instanceof SeatBlock`, create's own seats should use the tag too. There's also multiple other places where SeatBlock is checked for directly. Please...

The modelKey null check is the only one that makes sense. The BlockEntity and its BlockState should never, ever, ever be null. please remove these checks, as hitting them would...