mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
35 lines
722 B
JSON
35 lines
722 B
JSON
{
|
|
"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
|
|
}
|
|
},
|
|
"compare_all": false
|
|
}
|