question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] blacklist for auto compat recipes

See original GitHub issue
#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
  }
}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11

github_iconTop GitHub Comments

2reactions
simibubicommented, Aug 2, 2021

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!

0reactions
github-actions[bot]commented, Jan 13, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Blacklist · Issue #3582 · Homebrew/legacy ... - GitHub
The blacklist is a show stopper for me. Requiring me to fork (or --force) so that I can create a blacklisted recipe destroys...
Read more >
Blacklisting a Recipe - Product Documentation
Depending on compatibility and licensing issues, you may have to blacklist a recipe or clear a previously blacklisted recipe.
Read more >
Restrictions on non-SDK interfaces - Android Developers
Blocklist ( blacklist ), Non-SDK interfaces that you cannot use regardless of ... interface for a feature in your app, you should request...
Read more >
Enigmatica 2: Expert - E2E - Modpacks - Minecraft - CurseForge
Advanced Rocketry machines now work about 2-20x times faster, new compat recipes for: Electrolyser; Electric Arc Furnace; Cutting Machine ...
Read more >
Updating recipes — Bioconda documentation
There are existing filters to exclude recipes based on blacklist or subrecipe status, update a recipe based on the latest version found by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found