You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
495 B
28 lines
495 B
2 years ago
|
{
|
||
|
"ignoredRecipeTypes": [],
|
||
|
"ignoredRecipes": [],
|
||
|
"defaultDuplicateRules": {
|
||
|
"ignoredFields": [
|
||
|
"conditions",
|
||
|
"group"
|
||
|
],
|
||
|
"rules": {
|
||
|
"cookingtime": "HigherRule",
|
||
|
"energy": "HigherRule",
|
||
|
"experience": "HigherRule"
|
||
|
}
|
||
|
},
|
||
|
"overrideDuplicateRules": {
|
||
|
"minecraft:crafting_shaped": {
|
||
|
"ignoredFields": [
|
||
|
"pattern",
|
||
|
"conditions",
|
||
|
"key",
|
||
|
"group"
|
||
|
],
|
||
|
"rules": {}
|
||
|
}
|
||
|
},
|
||
|
"strictMode": false
|
||
|
}
|