Skip to content

Commit

Permalink
Merge pull request #521 from PAPISOP/feat/lush_grass_all_round
Browse files Browse the repository at this point in the history
feat(files): Lush Grass All 'Round now gives modern biomes like cherry grove, pale garden, etc a lush green colormap
  • Loading branch information
drav0011 authored Feb 13, 2025
2 parents 4d41ac7 + 578d1f4 commit 0f65f9b
Show file tree
Hide file tree
Showing 109 changed files with 2,005 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "cherry_grove"
},
"components": {
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_cherry_grove"
},
"minecraft:water_appearance": {
"surface_color": "#5db7ef"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "mesa"
},
"components": {
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_mesa"
},
"minecraft:water_appearance": {
"surface_color": "#4E7F81"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "mesa_bryce"
},
"components": {
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_mesa_bryce"
},
"minecraft:water_appearance": {
"surface_color": "#497F99"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "mesa_plateau_mutated"
},
"components": {
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_default"
},
"minecraft:water_appearance": {
"surface_color": "#44AFF5"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "mesa_plateau_stone"
},
"components": {
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_mesa_plateau_stone"
},
"minecraft:water_appearance": {
"surface_color": "#55809E"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "mesa_plateau_stone_mutated"
},
"components": {
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_default"
},
"minecraft:water_appearance": {
"surface_color": "#44AFF5"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "pale_garden"
},
"components": {
"minecraft:sky_color": {
"sky_color": "#b9b9b9"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_pale_garden"
},
"minecraft:water_appearance": {
"surface_color": "#76889D"
},
"minecraft:biome_music": {
"volume_multiplier": 0
},
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "bamboo_jungle"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_bamboo_jungle"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "bamboo_jungle_hills"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_bamboo_jungle_hills"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "basalt_deltas"
},
"components": {
"minecraft:ambient_sounds": {
"mood": "ambient.basalt_deltas.mood",
"addition": "ambient.basalt_deltas.additions",
"loop": "ambient.basalt_deltas.loop"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_basalt_deltas"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "beach"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_beach"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "birch_forest"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_birch_forest"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "birch_forest_hills"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_birch_forest_hills"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "birch_forest_hills_mutated"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_default"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "birch_forest_mutated"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_default"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "cherry_grove"
},
"components": {
"minecraft:foliage_appearance": {
"color": "#2abb0e"
},
"minecraft:grass_appearance": {
"color": "#2abb0e"
},
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_cherry_grove"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "cold_beach"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_cold_beach"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"format_version": "1.21.40",
"minecraft:client_biome": {
"description": {
"identifier": "cold_ocean"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "bt:fog_cold_ocean"
},
"minecraft:water_appearance": {
"surface_color": "#0056FF"
}
}
}
}
Loading

0 comments on commit 0f65f9b

Please sign in to comment.