Blueprints in an item frames
makkarpov opened this issue ยท 4 comments
That is controlled by the actual item frame. Cant make them render like that, unfortunately..
Isn't event net.minecraftforge.client.event.RenderItemInFrameEvent
exactly what is needed for hook? It takes as parameters ItemStack
and EntityFrame
, and allows to cancel it to prevent vanilla processing.