Custom Itemrenderer?
hey, im working on a modular item mod.
in testing it came up that with that with iris installed the items wont render outside of the inventory.
At the moment im using the itemrenderer and im using a mixin to cancel the rendering and call my seperate rendering
https://github.com/Truly-Modular/Modular-Item-API/blob/main/common/src/main/java/smartin/miapi/mixin/client/ItemRendererMixin.java
heres my mixin in question.
So im assuming iris makes custom itemrendering, so how should i do the compat?
5 Replies
so after a bit of looking into it, it seems the custom core shader is at fault.
how would i go about a shader thats compatible with iris?
You can't
so like there is no way for a mod to do custom shaders at all?
No
Well I mean of course there is, but it won't be compatible with Iris no matter what
well, no iris compat then for my mod ig