Skip to content

Commit

Permalink
Added foliage color
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowclaimer committed May 5, 2023
1 parent 457a703 commit ba7c0d9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
27 changes: 24 additions & 3 deletions src/main/resources/data/atum/worldgen/biome/strange_sands.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"minecraft:canyon"
]
},
"creature_spawn_probability": 0.5,
"downfall": 0.0,
"effects": {
"mood_sound": {
Expand All @@ -15,9 +16,11 @@
"tick_delay": 6000
},
"sky_color": 8166547,
"fog_color": 4474443,
"water_color": 4474443,
"water_fog_color": 2237482
"fog_color": 13876389,
"water_color": 7036242,
"water_fog_color": 7036242,
"grass_color": 12889745,
"foliage_color": 12889745
},
"features": [
[],
Expand Down Expand Up @@ -155,6 +158,24 @@
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "atum:brigand",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "atum:nomad",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "atum:barbarian",
"maxCount": 4,
"minCount": 4,
"weight": 100
}
],
"underground_water_creature": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 5
"count": 2
},
{
"type": "minecraft:in_square"
Expand Down

0 comments on commit ba7c0d9

Please sign in to comment.