Skip to content

Commit 6861fde

Browse files
committed
Fix silly mistake with said partial fix.
1 parent 03af3b4 commit 6861fde

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

src/main/resources/data/spectrum/recipes/titration_barrel/clotted_cream.json

+14-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,20 @@
2020
"condition": "fabric:not",
2121
"value": {
2222
"condition": "fabric:or",
23-
"value":{
24-
"condition": "fabric:all_mods_loaded",
25-
"values": [
26-
"milk",
27-
"connectormod"
28-
]
29-
}
23+
"values":[
24+
{
25+
"condition": "fabric:all_mods_loaded",
26+
"values": [
27+
"milk"
28+
]
29+
},
30+
{
31+
"condition": "fabric:all_mods_loaded",
32+
"values": [
33+
"connectormod"
34+
]
35+
}
36+
]
3037
}
3138
}
3239
]

0 commit comments

Comments
 (0)