Skip to content

Commit

Permalink
Change wetlands color add RGB biomes
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Oct 14, 2024
1 parent c32a469 commit 440afbc
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 5 deletions.
3 changes: 2 additions & 1 deletion data/lt/tags/block/plants.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"tropicraft:tall_golden_leather_fern",
"tropicraft:golden_leather_fern",
"minecraft:fern",
"tropicraft:pineapple"
"tropicraft:pineapple",
"minecraft:large_fern"
]
}
15 changes: 15 additions & 0 deletions data/lt/worldgen/biome/blue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"temperature": 2.0,
"downfall": 1.5,
"has_precipitation": false,
"effects": {
"sky_color": 39423,
"fog_color": 39423,
"water_color": 39423,
"water_fog_color": 39423
},
"spawners": {},
"spawn_costs": {},
"carvers": {},
"features": []
}
2 changes: 1 addition & 1 deletion data/lt/worldgen/biome/dirty_city.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sky_color": 7907327,
"fog_color": 12248771,
"water_color": 2104856,
"water_fog_color": 270131
"water_fog_color": 2104856
},
"spawners": {},
"spawn_costs": {},
Expand Down
2 changes: 1 addition & 1 deletion data/lt/worldgen/biome/dirty_river.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sky_color": 7907327,
"fog_color": 12248771,
"water_color": 4602665,
"water_fog_color": 270131
"water_fog_color": 4602665
},
"spawners": {},
"spawn_costs": {},
Expand Down
15 changes: 15 additions & 0 deletions data/lt/worldgen/biome/green.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"temperature": 2.0,
"downfall": 1.5,
"has_precipitation": false,
"effects": {
"sky_color": 3407616,
"fog_color": 3407616,
"water_color": 3407616,
"water_fog_color": 3407616
},
"spawners": {},
"spawn_costs": {},
"carvers": {},
"features": []
}
15 changes: 15 additions & 0 deletions data/lt/worldgen/biome/orange.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"temperature": 2.0,
"downfall": 1.5,
"has_precipitation": false,
"effects": {
"sky_color": 16742520,
"fog_color": 16742520,
"water_color": 16742520,
"water_fog_color": 16742520
},
"spawners": {},
"spawn_costs": {},
"carvers": {},
"features": []
}
15 changes: 15 additions & 0 deletions data/lt/worldgen/biome/red.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"temperature": 2.0,
"downfall": 1.5,
"has_precipitation": false,
"effects": {
"sky_color": 16711680,
"fog_color": 16711680,
"water_color": 16711680,
"water_fog_color": 16711680
},
"spawners": {},
"spawn_costs": {},
"carvers": {},
"features": []
}
4 changes: 2 additions & 2 deletions data/lt/worldgen/biome/wetlands.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"fog_color": 12248771,
"water_color": 5172447,
"water_fog_color": 270131,
"grass_color": 7261232,
"foliage_color": 7261232
"grass_color": 8312446,
"foliage_color": 8312446
},
"spawners": {},
"spawn_costs": {},
Expand Down
15 changes: 15 additions & 0 deletions data/lt/worldgen/biome/yellow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"temperature": 2.0,
"downfall": 1.5,
"has_precipitation": false,
"effects": {
"sky_color": 15925112,
"fog_color": 15925112,
"water_color": 15925112,
"water_fog_color": 15925112
},
"spawners": {},
"spawn_costs": {},
"carvers": {},
"features": []
}

0 comments on commit 440afbc

Please sign in to comment.