FakeDomi / FastChest

Makes Chests use static models instead of BERs.
MIT License
75 stars 11 forks source link

Doesn't work with Iron Chests for Fabric #14

Closed globalista-dev closed 2 years ago

globalista-dev commented 2 years ago

Iron Chests for Fabric's chests can't be rendered as static blocks, which is what FastChest does. It looks like Minecraft tries to render the chest both as a dynamic models and as a static one. I'm not sure which mod is responsible.

2022-02-14_18 32 20_2

2022-02-14_18 28 07 .

FakeDomi commented 2 years ago

I fixed this on the FastChest side now, to make them rotate properly I'll also have to get some changes to the block state jsons merged into Iron Chests.

FakeDomi commented 2 years ago

https://github.com/4nner/IronChests/pull/20