How d I make a block Render an Item visually in the world?

Started by 64thparadux on

Topic category: Help with modding (Java Edition)

Last seen on 04:45, 30. Dec 2020
Joined Mar 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How d I make a block Render an Item visually in the world?

Example's: Minecraft Item Frames, Item pipes from build craft, Tinkers Construct Crafting Station.

I would like to use this feature in a bunch of different ways and contemplating once figuring it out making a few procedures and plugins to help others.

Thank you so much for sharing your knowledge and helping me learn. TeuFox

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Look at item frame renderer …
Fri, 01/01/2021 - 10:58

Look at item frame renderer 

this.itemRenderer.renderItem(itemstack, ItemCameraTransforms.TransformType.FIXED, packedLightIn, OverlayTexture.NO_OVERLAY, matrixStackIn, bufferIn);