almostunified/testmod_configs/duplicates.json

36 lines
722 B
JSON
Raw Normal View History

{
"ignored_recipe_types": [
"cucumber:shaped_tag"
],
"ignored_recipes": [],
"default_duplicate_rules": {
"ignored_fields": [
"show_notification",
"neoforge:conditions",
"category",
"group"
],
"rules": {
"cookingtime": "HigherRule",
"energy": "HigherRule",
"experience": "HigherRule"
},
"handle_implicit_counts": false
},
"override_duplicate_rules": {
"minecraft:crafting_shaped": {
"ignored_fields": [
"pattern",
"show_notification",
"neoforge:conditions",
"category",
"key",
"group"
],
"rules": {},
"handle_implicit_counts": false
}
},
2024-08-22 16:25:42 -04:00
"compare_all": false
}