Blueprint projector
dmillerw opened this issue ยท 7 comments
As suggested here
http://mod-buildcraft.com/forums/index.php?topic=460.0
Just putting this here for my reference. If no one has objections, I'll take it on as a side project.
I might look into it, if nobody wants to do it.
I have to finish my own mod first and read myself into the BC Source code though.
@SpaceToad anything wrong with just sending a linked list of itemstacks retrieved from the blueprint's buildList through RPC to the client? Seems like the most logical way in my mind
@dmillerw - if you want to build a view of the blueprint, you'll probably need the whole thing, not just the itemstack. We're doing that in the blueprint library, e.g. https://github.com/BuildCraft/BuildCraft/blob/NextGen/common/buildcraft/builders/TileBlueprintLibrary.java#L269.
Generally speaking, linked lists of item stacks should be properly supported as RPC parameters.
Aww this was a great idea.
(Future reference: forum URL is now http://mod-buildcraft.com/forums/showthread.php?tid=220)