Topic category: Advanced modding
I am good at modding in microcreator.
But I am unable to create visual displays on the block.
In my mod, I would like to create something like a storage that shows how much and what they are holding.
Or the ability to write anything on these blocks.
I need a hint, maybe this could be implemented as something simpler than creating complex manual code.
At the moment, I have come up with only one way, to create an entity in front of the block, which is holding something in hands. Something like a frame from minecraft. However, this method kills the performance of the game if there are too many blocks.
Also in minecraft, the ability to write something on the texture using Sign is implemented. Again, I don't know how to replicate their method.