aboutsummaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/biome/fall_yellow.json
blob: 0306d355c0644d093d9bd93856cc6fb694155027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "temperature": 0.8,
  "downfall": 0.4,
  "has_precipitation": true,
  "effects": {
    "sky_color": 11521021,
    "fog_color": 12638463,
    "water_color": 5337779,
    "water_fog_color": 329011,
    "grass_color": 9470285,
    "foliage_color": 16762880,
    "particle": {
      "options": {
        "type": "falling_spore_blossom"
      },
      "probability": 0.001
    }
  },
  "spawners": {},
  "spawn_costs": {},
  "carvers": {},
  "features": []
}