Changes 2
This commit is contained in:
@@ -9,25 +9,31 @@ side = "client"
|
||||
[[flavor_groups.look.choices]]
|
||||
id = "better-clouds"
|
||||
name = "Fancy"
|
||||
description = "Better looking clouds. Compliments dynamic trees very well."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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" ]
|
||||
|
||||
@@ -42,3 +48,9 @@ flavors = ["distant-horizons"]
|
||||
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"]
|
||||
Reference in New Issue
Block a user