Botania

Botania

133M Downloads

Setting a hopper as a recipe in an Assembly Halo yields Obsidian's texture

yrsegal opened this issue ยท 1 comments

commented

Strange effects also happen with any item with a 3d model (Immersive Engineering Railgun, for example).

commented

Suggested fix: Use RenderItem with a dummy EntityItem as opposed to rendering the item yourself. (That is what fixed it on our end.)

You will have to reset the glBlendFunc and the glAlphaFunc after any render, though, as 3d item models will sometimes disable blend/affect alpha.