Cyclic icon indicating copy to clipboard operation
Cyclic copied to clipboard

Uncrafting Grinder cannot Uncraft dyes

Open jbuffman opened this issue 3 years ago • 1 comments

Minecraft Version: 1.18.2

Forge Version: 40.1.0

Mod Version: Cyclic-1.18.2-1.7.0

Single Player or Server: both

Describe problem (what you were doing; what happened; what should have happened):

I’ve been trying to use the Uncrafter to uncraft dyes and some other items. The other items share way to craft so I wasn’t really worried but then I couldn’t uncraft any Minecraft dye and don’t know if there’s a way to fix this.

Log file link:

Video/images/gifs (direct upload or link):

jbuffman avatar Jul 18 '22 18:07 jbuffman

Dye items are blacklisted by default in cyclic.toml, under the [cyclic.blocks.uncrafter] heading: #ITEM IDS HERE. Block ALL recipes that output this item, no matter which recipe they use ignore_list = ["minecraft:elytra", "minecraft:tipped_arrow", "minecraft:magma_block", "minecraft:stick", "minecraft:*_dye", "spectrite:spectrite_arrow", "spectrite:spectrite_arrow_special", "techreborn:uumatter", "projecte:*"]

HalcyonSeas73 avatar Aug 05 '22 03:08 HalcyonSeas73

above comment is correct, thanks Halcyon as always. default config blacklists many matching recipes with "minecraft:*_dye"

Lothrazar avatar Nov 08 '22 00:11 Lothrazar