Only load the farmers delight recipes when the mod is present

This commit is contained in:
Sollace 2023-08-27 19:33:32 +01:00
parent 2bf0cb63db
commit c44a189bee
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
3 changed files with 26 additions and 2 deletions

View file

@ -5,5 +5,13 @@
], ],
"result": { "result": {
"item": "unicopia:apple_pie" "item": "unicopia:apple_pie"
} },
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
]
} }

View file

@ -5,5 +5,13 @@
], ],
"result": { "result": {
"item": "farmersdelight:apple_pie" "item": "farmersdelight:apple_pie"
} },
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
]
} }

View file

@ -14,5 +14,13 @@
"count": 9, "count": 9,
"item": "unicopia:hay_fries" "item": "unicopia:hay_fries"
} }
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
] ]
} }