spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

This mod causes Treasury Projection entities in Mahou Tsukai to not render #65

Open stepsword opened 3 years ago

stepsword commented 3 years ago

Certain entities in Mahou Tsukai do not render with this mod installed

Reproduction Steps

  1. Install Mahou Tsukai and Sodium Reforged
  2. Put a sword in your inventory
  3. Get the Treasury Projection Gauntlet from Mahou Tsukai creative tab
  4. Hold right click with it and though sounds can be heard, the entities do not render
  5. When doing this without Sodium Reforged, the entities do render

additional information

Though these entities are using RenderWorldLastEvent, it seems like other entities which use that event render fine. The only thing I can think of differentiating these from the others is that they use a custom RenderType which makes use of GL11.glClipPlane(). Hope that helps!