Added plants configuration in each biome config Example:
Code (Text):
plants:
flowers:
#Percentage of plants in a single chunk
percentage: 20
#Flowers data (RED_FLOWER:DATA)
data: '0,1,2,3,4,5,6,7,8'
#If is a dry biome a dead bush will be placed on the sand
dead_bush: false
tall_grass:
#Percentage of tall grass in a single chunk
percentage: 20
#tall grass data (TALL_GRASS:DATA)
data: '0,1,2'
large_grass:
#Percentage of large grass in a single chunk
percentage: 10
#double plant data (DOUBLE_PLANT:DATA)
data: '0,1,2,3,4,5'
Unsafe (or old) configurations warning
Fixed book meta issue in chests configuration (floating islands)