Project Red - Exploration

Project Red - Exploration

27M Downloads

Blueprints in an item frames

makkarpov opened this issue ยท 4 comments

commented

Despite of fact that blueprints behaves like a maps when held in a player hand, blueprints behaves like usual items when placed into item frame. Is it possible to make them display their contents as maps do?

2015-07-08_14 57 06

commented

That is controlled by the actual item frame. Cant make them render like that, unfortunately..

commented

Isn't event net.minecraftforge.client.event.RenderItemInFrameEvent exactly what is needed for hook? It takes as parameters ItemStack and EntityFrame, and allows to cancel it to prevent vanilla processing.

commented

You're right, will do.

commented

After looking at the results, Ive decided not to implement this, for two reasons.

  1. It is cpu expensive to load the entire logic circuit from the item's nbt every frame.
  2. Event the smallest 16x16 circuit is too big to clearly see any of the components on the item frame.