56 lines
1.6 KiB
TOML
56 lines
1.6 KiB
TOML
[branding]
|
|
modpack_name="Pack with Brooke"
|
|
|
|
[flavor_groups.look]
|
|
name = "Eyecandy"
|
|
description = "These eyecandy mods are incompatible. You have to choose which you want most"
|
|
side = "client"
|
|
|
|
[[flavor_groups.look.choices]]
|
|
id = "better-clouds"
|
|
name = "Fancy"
|
|
description = "Better looking clouds and skies. Compliments dynamic trees very well. Minimal performance impact."
|
|
side = "client"
|
|
|
|
[[flavor_groups.look.choices]]
|
|
id = "distant-horizons"
|
|
name = "Distant Horizons"
|
|
description = "See further. LODs for Minecraft. Significant performance impact. No volumetric clouds."
|
|
side = "client"
|
|
|
|
[[flavor_groups.look.choices]]
|
|
id = "no_eyecandy"
|
|
name = "Fast"
|
|
description = "No eyecandy mods. No performance impact."
|
|
side = "client"
|
|
|
|
[[flavor_groups.look.choices]]
|
|
id = "faster"
|
|
name = "Faster"
|
|
description = "Sacrifice visual quality and effects in exchange for better performance"
|
|
side = "client"
|
|
|
|
[flavor_groups.dynamic_lights]
|
|
name = "Dynamic Lights"
|
|
id="dynamic-lights"
|
|
description = "Dynamic lighting -- held items, flaming mobs, and contraptions with light sources will illuminate the area around them. Significant performance impact"
|
|
side = "client"
|
|
choices = [ "dynamic-lights_on", "dynamic-lights_off" ]
|
|
|
|
[metafile.better-clouds]
|
|
flavors = ["better-clouds"]
|
|
[metafile.distanthorizons]
|
|
flavors = ["distant-horizons"]
|
|
[metafile.distant-horizons-height-toggler-dhht]
|
|
flavors = ["distant-horizons"]
|
|
|
|
[metafile.dynamiclights-reforged]
|
|
flavors = ["dynamic-lights_on"]
|
|
[metafile.create-dynamic-lights]
|
|
flavors = ["dynamic-lights_on"]
|
|
|
|
[metafile.fast-better-grass]
|
|
flavors = ["faster"]
|
|
|
|
[metafile.stellar-view]
|
|
flavors = ["better-clouds","distant-horizons"] |