Project Red - Exploration

Project Red - Exploration

27M Downloads

Copying Blueprint ICs allows you to create a stack of 'non-stackable' items

kitlith opened this issue ยท 3 comments

commented

So, first off, this isn't a very important issue unless you're working with comparators, I'm just documenting what's up here.

When you copy an IC blueprint, it puts all of the final blueprints into the crafting bench output slot. This allows you to create a stack of an item classified as non-stackable items.

crafting-bench-stacking

This doesn't do too much until you take a comparator output on a container and go "the container isn't actually full, but my comparator says it is." Unless you're using the comparator bundled with project red, in which case you run into #1376.

commented

There are a couple of possible fixes. One would be to make blueprints stackable with the same type regularly, and therefore no longer classify them as non-stackable. Another would be to do something similar to how the cake recipe works in vanilla Minecraft, and possibly only allow one copy at a time, if necessary?

commented

Awesome.

commented

I have addressed this in 504581a. You can now only copy to a single blueprint at a time, and the original will just stay in the crafting grid instead of being stacked with the output.