-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add grass block item season colors
- Loading branch information
1 parent
697a48c
commit b5fe7f7
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
src/main/resources/assets/simple_seasons/season_colors/item/minecraft/grass_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |