Tater-Certified / FabricAutoCrafter

A mod based off of Gnembon's AutoCrafting Mod, but better
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Is putting in blank spaces just not possible? #7

Closed TreeOfSelf closed 1 year ago

TreeOfSelf commented 1 year ago

Say I want to craft a prismarine block using 2x2 prismarine shards, is that just simply not possible?

QPCrummer commented 1 year ago

@TreeOfSelf You will need to put in a filler item as the blank spots, then remove them afterwards. You can do this multiple ways:

  1. Hopper Minecart filters to remove the filler item
  2. Carpet's movable block entities and move it over a filter to remove the filler items

If you need an example of each, just ask!

Ampflower commented 1 year ago

On Saturday, 15 April 2023 18:12:05 CDT TreeOfSelf wrote:

Say I want to craft a prismarine block using 2x2 prismarine shards, is that just simply not possible?

It isn't possible to put in blanks, but it is possible to work around it by using a hopper with an item filter to remove any random junk item used as filler. Although, note, this does require moveable block entities or other mods that can extract from any side, as we don't provide that functionality.

Or as QPCrummer has said: Hopper Minecarts is also a decent option if you want to keep it vanilla.