Guide-API

Guide-API

76M Downloads

Recipes that create multiple items only show 1 item.

Da-Technomancer opened this issue ยท 1 comments

commented

To be precise, when using a PageIRecipe with a ShapedOreRecipe, and the itemstack produced has a stacksize greater than 1 (in this case 8 items are produced), the recipe in the guide book only shows it as 1 item being produced. I have not tested with any other type of recipe.

commented

We currently don't call RenderItem#renderItemOverlayIntoGUI(...) in GuiHelper.drawItemStack(...).