You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither of these methods are ever called in either Forgified FRAPI or Forgified Indigo, which leads to severe issues like crashes and missing visuals. Calling them in VanillaModelEncoder#emitItemQuads would be the best solution, but would need additional work as FRAPI does not accept RenderTypes directly; this method would need to be moved to Forgified Indigo so it can provide the RenderTypes directly. Inspection of quads with a non-standard RenderType could result in BlendMode.DEFAULT.
The text was updated successfully, but these errors were encountered:
NeoForge patches the
ItemRenderer
to respectIBakedModelExtension#getRenderPasses(ItemStack, boolean)
andIBakedModelExtension#getRenderTypes(ItemStack, boolean)
: https://github.com/neoforged/NeoForge/blob/1.21.1/patches/net/minecraft/client/renderer/entity/ItemRenderer.java.patch#L26-L27.Neither of these methods are ever called in either Forgified FRAPI or Forgified Indigo, which leads to severe issues like crashes and missing visuals. Calling them in
VanillaModelEncoder#emitItemQuads
would be the best solution, but would need additional work as FRAPI does not acceptRenderType
s directly; this method would need to be moved to Forgified Indigo so it can provide theRenderType
s directly. Inspection of quads with a non-standardRenderType
could result inBlendMode.DEFAULT
.The text was updated successfully, but these errors were encountered: