mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Only load the farmers delight recipes when the mod is present
This commit is contained in:
parent
2bf0cb63db
commit
c44a189bee
3 changed files with 26 additions and 2 deletions
|
@ -5,5 +5,13 @@
|
|||
],
|
||||
"result": {
|
||||
"item": "unicopia:apple_pie"
|
||||
}
|
||||
},
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "fabric:all_mods_loaded",
|
||||
"values": [
|
||||
"farmersdelight"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -5,5 +5,13 @@
|
|||
],
|
||||
"result": {
|
||||
"item": "farmersdelight:apple_pie"
|
||||
}
|
||||
},
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "fabric:all_mods_loaded",
|
||||
"values": [
|
||||
"farmersdelight"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -14,5 +14,13 @@
|
|||
"count": 9,
|
||||
"item": "unicopia:hay_fries"
|
||||
}
|
||||
],
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "fabric:all_mods_loaded",
|
||||
"values": [
|
||||
"farmersdelight"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue