FastChest icon indicating copy to clipboard operation
FastChest copied to clipboard

More Chest Variants Compatibility

Open lieonlion opened this issue 1 year ago • 1 comments

LieOnLion/More-Chest-Variants#20

When using FastChest with my mod, More Chest Variants, it renders and extra chest always facing north, and double chests have two single chests.

image

lieonlion avatar Oct 26 '24 10:10 lieonlion

Hi, two things need to be done. On my side: adding something like https://github.com/FakeDomi/FastChest/blob/master/src/main/java/re/domi/fastchest/mixin/BlockEntityRenderDispatcherMixin.java#L28 to the BER dispatcher, I think I should add an API there. On your side: something like https://github.com/4nner/IronChests/pull/20/files, adding explicit rotation models to your blockstates.

FakeDomi avatar Oct 26 '24 10:10 FakeDomi