Skip to content

Commit

Permalink
Fix tint for bamboo-leaves and sugarcane, and add tint for bushes
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Feb 24, 2025
1 parent 0b346b2 commit 9e1a197
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"minecraft:tall_grass": "@grass",
"minecraft:fern": "@grass",
"minecraft:large_fern": "@grass",
"minecraft:bamboo": "@grass",
"minecraft:sugar_cane": "@grass",
"minecraft:redstone_wire": "@redstone",
"minecraft:birch_leaves": 8431445,
"minecraft:spruce_leaves": 6396257,
Expand Down Expand Up @@ -66,5 +68,6 @@
"minecraft:magenta_shulker_box": "#c74ebd",
"minecraft:pink_shulker_box": "#f38baa",
"minecraft:pale_oak_leaves": "#ffffff",
"minecraft:leaf_litter": "@dry_foliage"
"minecraft:leaf_litter": "@dry_foliage",
"minecraft:bush": "@grass"
}

0 comments on commit 9e1a197

Please sign in to comment.