Create

Create

86M Downloads

[Feature Request] blacklist for auto compat recipes

MuteTiefling opened this issue · 11 comments

commented
#When true, allows any single-ingredient 2x2 or 3x3 crafting recipes to be processed by a Mechanical Press + Basin.
	allowShapedSquareInPress = true

This really should have a recipe type or recipe ID blacklist. For instance, it's picking up this recipe from Occultism which normally requires summoning a spirit temporarily to trade with. It shouldn't be a simple packing recipe.:

  "type": "occultism:spirit_trade",
  "ingredients": [
    {
      "item": "minecraft:stone"
    },
    {
      "item": "minecraft:stone"
    },
    {
      "item": "minecraft:stone"
    },
    {
      "item": "minecraft:stone"
    }
  ],
  "result": {
    "item": "occultism:otherstone",
    "count": 2
  }
}
commented

lol, I feel I helped a bit.

commented

This isn't something fixable in create because it doesn't inherently have compatibility with Occultism, only jei. If you're playing a modpack, it would most likely need a blacklist in the config file.

commented

Is there already a black list? That's what this is requesting as I couldn't find one.

commented

You might need to add a blacklist in whatever modpack you're using.

commented

Ok. So does Create have it's own way of blacklisting items from Create's own feature of making auto compat recipes for Create's machines?

Or no?

Because I don't see one and I'm asking for one to exist. A simple recipe ID blacklist would be enough, or a recipe type blacklist for broader strokes.

I've already fixed the issue in the pack I'm working on, but right now there appears to be two methods:

  1. change recipes so they aren't 4x the same input item
  2. disable this feature entirely
commented

Sorry for the confusion, this is indeed an issue with create's automated compatibility.
If it's only been an issue with occultism, we're probably better of addressing it manually for the moment.
Let me know if there are any other such side-effects you'd like us to take care of 👍
Cheers!

commented

That's the only one I've encountered to date. Thanks Simi :D

commented

didn't even thank me, this is so sad

commented

Thanks for the chat? :D

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.