Chalk

Chalk

1M Downloads

Chalk not working as dye.

KostromDan opened this issue ยท 1 comments

commented

image
But jei has recipe:
image
This craft successfully works with original black dye.
image

commented

The recipe does not work because Sophisticated Backpacks BackpackDyeRecipe does not use item tags to check for dye, but for dye item specifically: slotStack.getItem() instanceof DyeItem when matching the recipe. But checks the tag when assembling the recipe: slotStack.is(Tags.Items.DYES) - which makes it show up in JEI.

This is on them to fix.