26 lines
840 B
TOML
26 lines
840 B
TOML
|
|
#Adds seasonal and humidity rules for crops.
|
|
#Snow-covered models for grass, bamboo, and leaves, with autumnal color adjustments for themed biomes.
|
|
[es_x_ru]
|
|
#Enable compat package es_x_ru
|
|
Enable = true
|
|
#This package will be loaded first.
|
|
PriorityLoading = false
|
|
|
|
#Integrates Let's Do series with Ecliptic Seasons.
|
|
#Adds seasonal and humidity rules for crops, animals, and landscapes, enhancing immersion.
|
|
[es_x_letsdo]
|
|
#Enable compat package es_x_letsdo
|
|
Enable = true
|
|
#This package will be loaded first.
|
|
PriorityLoading = false
|
|
|
|
#Adjusts crops and plants for Biomes O' Plenty.
|
|
#Removes seasonal requirements for saplings and mushrooms, adds humidity rules, snow-covered variants, and preserves biome colors.
|
|
[es_x_bop]
|
|
#Enable compat package es_x_bop
|
|
Enable = true
|
|
#This package will be loaded first.
|
|
PriorityLoading = false
|
|
|