<?xml version="1.0" encoding="UTF-8"?>

<configs>

<!-- Sydney666's Realistic Lighting v1.3 (7DTD v2.5) -->
<!-- Fixes fog weather brightness by adding proper spectrum to pine_forest biome -->
<!-- Without this, fog weather ignores worldglobal.xml and becomes too bright -->
<!-- This file may be expanded in the future but for now it's a bug fixing addition -->

<!-- Add Foggy spectrum to pine_forest fog weather -->
<append xpath="/worldgeneration/biomes/biome[@name='pine_forest']/weather[@name='fog']">
	<spectrum name="foggy"/>
</append>

</configs>