Files
minecraft-bedrock-json-schemas/source/general/vanilla/tint_methods.json

15 lines
344 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.general.vanilla.tint_methods",
"type": "string",
"title": "Tint Method",
"description": "Tint multiplied to the color.",
"enum": [
"none",
"default_foliage",
"birch_foliage",
"evergreen_foliage",
"dry_foliage",
"grass",
"water"
]
}