![Spectrum](https://media.forgecdn.net/avatars/thumbnails/594/305/256/256/637967898279966491.png)
[Feature] While Pigment Pedestal has a defined Crafting Tablet, prevent autocrafting until grid matches recipe in tablet.
RubyRezal opened this issue ยท 6 comments
When using Compress'em recipes to compress common blocks like cobblestone, a Pigment Pedestal will start autocrafting any valid recipes. This can cause the Pigment Pedestal to repeatedly play and cut off its crafting sounds as it passes through slab and wall recipes on the way to the full 3x3 grid. This is just one example, there are many vanilla recipes this could apply to as well.
It would be nice if crafting tablets could make it so Pigment Pedestals would only start autocrafting once the crafting grid matches the tablet recipe.
Thanks!
In Midgame8 the pedestal crafting mechanism has been changed.
It will only start to craft if it gets a redstone pulse. Are you at that version, or using a previous one?
Doing the same thing with Iron Ingots, it will try to craft iron nuggets, an iron pressure plate, and iron bars before the input hopper finally fills the grid for a block of iron.
Switching the lever for a small redstone clock / redstone timer that only triggers a redstone pulse when the Pedestal is filled correctly will solve your problem.
I get that it would be more convenient that a Pedestal with inserted Crafting Template would only be able to craft that single recipe. In contrast, setting up a small construction that times the required redstone pulse sounds like a very nice small automation challenge.
Personally I do not like "full automation solutions" in a single block. I will build such a construction and if it is easy to set up I would very much declare it as "works as intended". If really hard / unintuitive I will change it like you suggested,.
Seeing that just adding a redstone clock to your construction mitigates your small issue I very much consider this a feature :)