minecraft-crawler/config/almostunified/duplicates.json
2024-08-08 16:24:29 -06:00

35 lines
No EOL
701 B
JSON

{
"ignoredRecipeTypes": [
"cucumber:shaped_tag"
],
"ignoredRecipes": [],
"defaultDuplicateRules": {
"ignoredFields": [
"fabric:load_conditions",
"show_notification",
"category",
"group"
],
"rules": {
"cookingtime": "HigherRule",
"energy": "HigherRule",
"experience": "HigherRule"
},
"shouldSanitize": false
},
"overrideDuplicateRules": {
"minecraft:crafting_shaped": {
"ignoredFields": [
"fabric:load_conditions",
"pattern",
"show_notification",
"category",
"key",
"group"
],
"rules": {},
"shouldSanitize": false
}
},
"strictMode": false
}