[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:
- Created 2 years ago
- Comments:11
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!
This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.