Skip to content

Commit

Permalink
feat: Add vine, bamboo, fern, and jungle leaf colors
Browse files Browse the repository at this point in the history
Also swapped around jungle and acacia season colors. Dry season is in winter, and wet sesaon is in summer.
  • Loading branch information
Steveplays28 committed May 31, 2024
1 parent d3becfe commit 07158b1
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 14 deletions.
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"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"#minecraft:is_savanna": {
"SPRING": "#fcf04e",
"SUMMER": "#f7fc92",
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
"#minecraft:is_jungle": {
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"#minecraft:is_savanna": {
"SPRING": "#fcf04e",
"SUMMER": "#f7fc92",
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
"#minecraft:is_jungle": {
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
Expand Down
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"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"#minecraft:is_savanna": {
"SPRING": "#fcf04e",
"SUMMER": "#f7fc92",
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
"#minecraft:is_jungle": {
"SPRING": "#f7fc92",
"SUMMER": "#fcf04e",
"FALL": "#8baa5c",
"WINTER": "#fc8e4e"
},
Expand Down
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 07158b1

Please sign in to comment.