Skip to content

Commit

Permalink
Fix failing conditionalPredicates test
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Dec 10, 2023
1 parent 7c6e1d1 commit 6c53905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"condition": "fabric:all_mods_loaded",
"values": [
"fabric-resource-conditions-api-v1"
"fabric_resource_conditions_api_v1"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"value": {
"condition": "fabric:all_mods_loaded",
"values": [
"fabric-resource-conditions-api-v1"
"fabric_resource_conditions_api_v1"
]
}
},
{
"condition": "fabric:all_mods_loaded",
"values": [
"fabric-resource-conditions-api-v1"
"fabric_resource_conditions_api_v1"
]
}
]
Expand Down

0 comments on commit 6c53905

Please sign in to comment.