Create Slice & Dice

Create Slice & Dice

16M Downloads

Can't disable some categories of recipes

Barerock opened this issue ยท 5 comments

commented

What happened?

I'm trying to disable some mixing recipes configured through sliceanddice, but I just can't. Either through regex or simply removing every mixing recipe from sliceanddice, KubeJS can't seem to do it. I've used code from other people that's supposed to work, even removing recipes via datapack doesn't work. This is also the case for Vinery, so I'm unsure whether this is a Create issue or not. it's very frustrating since I also can't remove individual recipes. The IDs just don't work at all.

Loader

forge

Mod Version

3.3.0

Minecraft Version

1.20

Relevant log output

No response

commented

Small detail, I tried removing EVERY mixing recipe via modid and type in kjs, but that removed THREE recipes out of about 100 total. I specifically want to remove vintagedelight and mynethersdelight from support.

commented

This has turned into a wild goose chase for another mod using many many many scripts and formats and even crafttweaker to disable these. I think this is a create issue.

commented

You can disable the automatic conversion of cooking recipes to mixing recipes by giving them an ID ending with "_manual_only" (works for creative shapeless mixing too btw)

commented

Well I found that altering the data in general seemed dubious. I managed to use CraftTweaker with some help to disable some things. Still don't know why KubeJS had issues. This is otherwise solved, just not elegantly.

commented

Altering/Disabling the mixing recipes is generally not easy or reliable, it's intended to either:
A) disable or alter the cooking recipe itself, causing the same to the mixing recipe or
B) using the _manuel_only suffix