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.
27 lines
495 B
27 lines
495 B
{ |
|
"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 |
|
}
|
|
|