BuildCraft|Core

BuildCraft|Core

7M Downloads

Blueprint projector

dmillerw opened this issue ยท 7 comments

commented

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.

commented

I'm strongly supporting this :-)

commented

I'm up for it.

commented

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.

commented

@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

commented

@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.

commented

Not interested, far too much work for too little benefit.

commented

Aww this was a great idea.
(Future reference: forum URL is now http://mod-buildcraft.com/forums/showthread.php?tid=220)