Posted December 18, 20204 yr I'm making a simple mod for 1.16.4, which will allow me to export inventory icons of all blocks and items to the separate 32*32 .png files. One guy told me that there is a render function for all inventory icons on game startup, but I have trouble with finding it in thousands lines of code. Does anyone know where exactly this function is located and how to replace it with my custom function? Edited December 18, 20204 yr by Maverick
December 18, 20204 yr 1 hour ago, Maverick said: inventory icons of all blocks and items An inventory only displays items, they are separate from blocks and should not be used interchangeably. All items are rendered through ItemRenderer.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.