We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baea6f4 commit facfd18Copy full SHA for facfd18
java/data/worldgen/biome.mcdoc
@@ -154,7 +154,10 @@ struct BiomeEffects {
154
155
enum(string) GrassColorModifier {
156
None = "none",
157
+ /// Grass color will be average of the base color and `#28340a`.
158
DarkForest = "dark_forest",
159
+ /// Grass color will be either `#4c763c` or `#6a7039`, depending on block position. \
160
+ /// The base color is ignored.
161
Swamp = "swamp",
162
}
163
0 commit comments