Visual Items on Blocks

Started by Mopru on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Visual Items on Blocks

Hi, second question today, but I'm curious nonetheless. how do I create a block that when a certain item is in storage, it makes a visual copy of the item on the block? or is that not possible?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Probably done with…
Tue, 02/13/2024 - 03:07

Probably done with blockstates, but you would need one for every valid item inside the block

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its done with item entity…
Sun, 02/25/2024 - 16:36

its done with item entity renderers, it needs code

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
might be called block entity…
Sun, 02/25/2024 - 16:37

might be called block entity renderer could of forgot but kaupen joe has a tutorial on it