1 line
1.1 KiB
JSON
1 line
1.1 KiB
JSON
|
|
{"$id":"blockception.minecraft.behavior.shadows.color_grading","type":"object","title":"Shadows","description":"The properties of the shadows","additionalProperties":false,"properties":{"format_version":{"$ref":"#/definitions/A"},"minecraft:shadow_settings":{"title":"Shadow Settings","description":"UNDOCUMENTED","type":"object","additionalProperties":false,"required":["shadow_style"],"properties":{"shadow_style":{"title":"Shadow Style","description":"The type of shadows to use.","type":"string","enum":["blocky_shadows","soft_shadows"]},"texel_size":{"title":"Texel Size","description":"The resolution to snap shadow texels to; recommended to use the same resolution as block texture assets in the accompanying pack","type":"integer"}}}},"definitions":{"A":{"title":"Format Version","description":"A version that tells minecraft what type of data format can be expected when reading this file.","pattern":"^([1-9]+)\\.([0-9]+)\\.([0-9]+)$","type":"string","default":"1.21.60","examples":["1.21.50","1.20.80","1.20.40","1.19.0","1.12.0","1.10.0","1.8.0"],"defaultSnippets":[{"label":"New Format version","body":"1.${1|8,10,12,17,18,19,20|}.${3|2|0|}"}]}}}
|