almostunified/testmod_configs/duplicates.json
Relentless 14044f3b57
1.21 port (#86)
Co-authored-by: LLytho <main@lytho.dev>
2024-08-22 15:06:58 +02:00

35 lines
708 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"
},
"should_sanitize": false
},
"override_duplicate_rules": {
"minecraft:crafting_shaped": {
"ignored_fields": [
"pattern",
"show_notification",
"neoforge:conditions",
"category",
"key",
"group"
],
"rules": {},
"should_sanitize": false
}
},
"strict_mode": false
}