Redi2Go / PhotonicEngine

6 stars 0 forks source link

No chest opening animation #16

Closed TMGITA closed 1 week ago

TMGITA commented 1 week ago

No chest opening animation

Felix14-v2 commented 1 week ago

I believe this is intended since the chest model renders as a block, when in vanilla it is a tile entity.

Redi2Go commented 1 week ago

Correct, only static terrain that is considered during Chunk Building is actually raytraced. Everything else will have to be done using rasterization (Entities, animated BlockTiles, Particles, ...)