Posted May 31, 20205 yr Hello everyone, So, I'm question is about porting to 1.15.2. I would like to render an itemstack that is inside a tileentity. I'm using a TileEntityRenderer where I'm getting the ItemRenderer class from Minecraft.getInstance().getItemRenderer() and calling renderItem(), but the second parameter is a TransformType which is deprecated. What should I use instead? Currently, I'm setting it to TransformType.NONE. Any help is appreciated
May 31, 20205 yr Howdy Check out CampfireTileEntityRenderer vanilla class, it does the same thing. The transform type is related to where the item is being rendered (eg in a GUI, in the player's hand, etc). FIXED means in a picture frame. https://greyminecraftcoder.blogspot.com/2020/04/item-rendering-1144.html has some more detailed info -TGG
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.