CC: Tweaked

CC: Tweaked

65M Downloads

Can't create Floppy Disks

OldStarchy opened this issue · 1 comments

commented

Minecraft Version

1.21.x

Version

cc-tweaked-1.21.5-fabric-1.115.1-0790a8346aae62c195a6701e9f96f36fb462d165

Details

Any variation of the recipe (colors) doesn't work.

When clicking the recipe in the book it auto-places the redstone and paper, but not any dye.

Image

commented

Actual crafting is fixed in e3fecb0.

When clicking the recipe in the book it auto-places the redstone and paper, but not any dye.

Sadly I think there's less we can do about this. The current design of the disk recipe is a bit of a compromise to allow it to be customised with datapacks (#1755). All the different "recipes" you see are the same recipe under the hood, and so while we can display all the different variants, clicking any of those variants still picks the same (dyeless) recipe.

I might need to revisit this in the future — the 1.21.5 JEI update handles this even worse than the recipe book. There's no good design for this sadly.