38 lines
1.0 KiB
TOML
38 lines
1.0 KiB
TOML
[flavor_groups.recipe_viewer]
|
|
name = "Recipe Viewer"
|
|
description = "Choose an item/recipe viewer."
|
|
side = "client"
|
|
[[flavor_groups.recipe_viewer.choices]]
|
|
id = "jei"
|
|
name = "JEI"
|
|
description = "Just Enough Items, the most popular option."
|
|
[[flavor_groups.recipe_viewer.choices]]
|
|
id = "rei"
|
|
name = "REI"
|
|
description = "Roughly Enough Items, another fairly popular option. Most commonly used on Fabric."
|
|
[[flavor_groups.recipe_viewer.choices]]
|
|
id = "emi"
|
|
name = "EMI"
|
|
description = "...EMI doesn't stand for anything. A relatively new option and the default for this pack."
|
|
|
|
[metafile.jei]
|
|
flavors = ["jei", "emi"]
|
|
[metafile.rei]
|
|
flavors = ["rei"]
|
|
[metafile.emi]
|
|
flavors = ["emi"]
|
|
[metafile.just-enough-resources-jer]
|
|
flavors = ["jei", "emi"]
|
|
[metafile.just-enough-professions-jep]
|
|
flavors = ["jei", "emi"]
|
|
[metafile.architectury-api]
|
|
flavors = ["rei"]
|
|
[metafile.roughly-enough-professions-rep]
|
|
flavors = ["rei"]
|
|
[metafile.emiffect]
|
|
flavors = ["emi"]
|
|
[metafile.emitrades]
|
|
flavors = ["emi"]
|
|
[metafile.emi-loot]
|
|
flavors = ["emi"]
|