Jump to content

[1.16.2] Way to render only one side of block


Corgam

Recommended Posts

Hi,

I want to use the TileEntityRenderer, to render just the top side of the block, so just a flat quad with top texture of the block. Is it possible in 1.16.2?

I already looked at the BotanyPots mod's code and it's using the

private void renderQuadsFlat(IBlockDisplayReader blockAccessIn, BlockState stateIn, BlockPos posIn, int brightnessIn, int combinedOverlayIn, boolean ownBrightness, MatrixStack matrixStackIn, IVertexBuilder buffer, List<BakedQuad> list, BitSet bitSet)

from BlockModelRenderer class.

But in 1.16.2 it looks like it's a private function and I cannot use it.

Link to comment
Share on other sites

5 minutes ago, ChampionAsh5357 said:

I mean you can just as easily do this with a regular block model by not drawing the other 5 sides. Same with using the method above. Hasn't changed.

I have never used Tile Entity Rendering before, so I'm new to this part of modding, could you say how to do it?

Link to comment
Share on other sites

27 minutes ago, ChampionAsh5357 said:

Are you trying to do this for your block or a generic one?

Stone, endstone, magma block ect;.

So the idea is that I can put ItemStack inside of my block and it will render the block from that stack.

Edited by Corgam
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.