Skip to content

Commit

Permalink
feat: Add grass block item season colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Jun 3, 2024
1 parent 697a48c commit b5fe7f7
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"#minecraft:is_savanna": {
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
"#minecraft:is_jungle": {
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
"#minecraft:is_overworld": {
"SPRING": "#d7fc1b",
"SUMMER": "#edf736",
"FALL": "#fdc039",
"WINTER": "#fdfcf8"
}
}

0 comments on commit b5fe7f7

Please sign in to comment.