-
-
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 vine, bamboo, fern, and jungle leaf colors
Also swapped around jungle and acacia season colors. Dry season is in winter, and wet sesaon is in summer.
- Loading branch information
1 parent
d3becfe
commit 07158b1
Showing
10 changed files
with
120 additions
and
14 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/acacia_leaves.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"#minecraft:is_overworld": { | ||
"SPRING": "#cfdd0d", | ||
"SUMMER": "#71a80b", | ||
"FALL": "#408c20", | ||
"WINTER": "#386d1f" | ||
"SPRING": "#f7fc92", | ||
"SUMMER": "#fcf04e", | ||
"FALL": "#8baa5c", | ||
"WINTER": "#fc8e4e" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/bamboo.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,8 @@ | ||
{ | ||
"#minecraft:is_overworld": { | ||
"SPRING": "#f7fc92", | ||
"SUMMER": "#fcf04e", | ||
"FALL": "#8baa5c", | ||
"WINTER": "#fc8e4e" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/fern.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" | ||
} | ||
} |
10 changes: 8 additions & 2 deletions
10
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/grass.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
10 changes: 8 additions & 2 deletions
10
src/main/resources/assets/simple_seasons/season_colors/block/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
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/jungle_leaves.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,8 @@ | ||
{ | ||
"#minecraft:is_overworld": { | ||
"SPRING": "#f7fc92", | ||
"SUMMER": "#fcf04e", | ||
"FALL": "#8baa5c", | ||
"WINTER": "#fc8e4e" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/large_fern.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" | ||
} | ||
} |
20 changes: 16 additions & 4 deletions
20
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/oak_leaves.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 |
---|---|---|
@@ -1,8 +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": "#b8b300", | ||
"SUMMER": "#48B518", | ||
"FALL": "#ed5e00", | ||
"WINTER": "#f7ddd7" | ||
"SPRING": "#d7fc1b", | ||
"SUMMER": "#edf736", | ||
"FALL": "#fdc039", | ||
"WINTER": "#fdfcf8" | ||
} | ||
} |
10 changes: 8 additions & 2 deletions
10
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/tall_grass.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
20 changes: 20 additions & 0 deletions
20
src/main/resources/assets/simple_seasons/season_colors/block/minecraft/vine.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" | ||
} | ||
} |