Posted December 23, 20204 yr I'm need use TileEntityRenderer render some item in the TileEntity like LockableLootTileEntity from NonNullList<ItemStack> can i send something to client for render some item ?
December 23, 20204 yr That would be the purpose of the TileEntityRender...just retrieve the data stored in the tile entity and if you need it you can use it for custom rendering...or is that not what you were asking? Edited December 23, 20204 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
December 24, 20204 yr Author Yes you can understand me but custom rendering can't render some item in slot from TileEntity.
December 24, 20204 yr Howdy Perhaps you mean like the campfire? If so, look at the vanilla CampfireTileEntityRenderer code -TGG
December 24, 20204 yr Author 3 hours ago, TheGreyGhost said: Howdy Perhaps you mean like the campfire? If so, look at the vanilla CampfireTileEntityRenderer code -TGG Thank You so mush
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.