Skip to content

Commit

Permalink
update leave colors (#304)
Browse files Browse the repository at this point in the history
update to color changes from 1.14
now use a standard way to calculate leave colors for new leaves:
* place black background behind leave texture
* calculate average and ensure it is still gray
  • Loading branch information
EtlamGit authored Jun 2, 2022
1 parent 741ca11 commit 98b52df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions definitions/vanilla_blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,42 +677,42 @@
},
{
"name": "minecraft:oak_leaves",
"color": "#4f4f4f",
"color": "#616161",
"transparent": true,
"rendercube": true,
"biomeFoliage": true
},
{
"name": "minecraft:spruce_leaves",
"color": "#406540",
"color": "#587458",
"transparent": true,
"rendercube": true,
"biomeFoliage": false
},
{
"name": "minecraft:birch_leaves",
"color": "#607d40",
"color": "#64784F",
"transparent": true,
"rendercube": true,
"biomeFoliage": false
},
{
"name": "minecraft:jungle_leaves",
"color": "#6d6c69",
"color": "#6d6b64",
"transparent": true,
"rendercube": true,
"biomeFoliage": true
},
{
"name": "minecraft:acacia_leaves",
"color": "#4f4f4f",
"color": "#565656",
"transparent": true,
"rendercube": true,
"biomeFoliage": true
},
{
"name": "minecraft:dark_oak_leaves",
"color": "#4f4f4f",
"color": "#696969",
"transparent": true,
"rendercube": true,
"biomeFoliage": true
Expand All @@ -733,7 +733,7 @@
},
{
"name": "minecraft:mangrove_leaves",
"color": "#414040",
"color": "#6a6a6a",
"transparent": true,
"rendercube": true,
"biomeFoliage": true
Expand Down

0 comments on commit 98b52df

Please sign in to comment.