@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
35 lines • 942 B
JSON
{
"fields": [
{
"id": "surface_color",
"title": "surface_color",
"description": "RGB color of the water surface",
"dataType": 2,
"alternates": [
{
"id": "surface_color",
"dataType": 32,
"minLength": 3,
"maxLength": 3
}
]
},
{
"id": "surface_opacity",
"title": "surface_opacity",
"description": "Opacity of the water surface (must be between 0 for invisible and 1 for opaque, inclusive)",
"dataType": 3
}
],
"samples": {
"samples": [
{
"path": "Example:",
"content": "{\r\n\t\"surface_color\": \"#62529e\"}"
}
]
},
"description": "Set the water surface color used during rendering. Biomes without this component will have default water surface color behavior.",
"title": "Water Appearance",
"id": "minecraft:water_appearance"
}