chore: upgrading to v3 for json compression (#351)
* chore: upgrading to v3 for json compression * adding local build step * adding test for compress * auto: generate
This commit is contained in:
1
resource/pbr/pbr.json
generated
Normal file
1
resource/pbr/pbr.json
generated
Normal file
@@ -0,0 +1 @@
|
||||
{"$id":"blockception.minecraft.behavior.pbr.global","type":"object","additionalProperties":false,"definitions":{"rgbaOrHex":{"oneOf":[{"type":"array","items":[{"type":"number","minimum":0,"maximum":255,"title":"Red"},{"type":"number","minimum":0,"maximum":255,"title":"Green"},{"type":"number","minimum":0,"maximum":255,"title":"Blue"},{"type":"number","minimum":0,"maximum":255,"title":"Alpha"}]},{"type":"string","format":"color-hex","pattern":"^\\#[0-9a-fA-F]{6}$"}]},"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|}"}]}},"properties":{"format_version":{"$ref":"#/definitions/A"},"minecraft:pbr_fallback_settings":{"title":"PBR Fallback Settings","description":"UNDOCUMENTED","type":"object","additionalProperties":false,"required":["colors"],"properties":{"blocks":{"title":"Blocks","description":"UNDOCUMENTED","type":"object","additionalProperties":false,"properties":{"global_metalness_emissive_roughness_subsurface":{"title":"Global Metalness Emissive Roughness Subsurface","description":"The default MERS value to use for blocks when not defined via textureset","$ref":"#/definitions/rgbaOrHex"}}},"actors":{"title":"Actors","description":"UNDOCUMENTED","type":"object","additionalProperties":false,"properties":{"global_metalness_emissive_roughness_subsurface":{"title":"Global Metalness Emissive Roughness Subsurface","description":"The default MERS value to use for actors/mobs when not defined via textureset","$ref":"#/definitions/rgbaOrHex"}}},"particles":{"title":"Particles","description":"UNDOCUMENTED","type":"object","additionalProperties":false,"properties":{"global_metalness_emissive_roughness_subsurface":{"title":"Global Metalness Emissive Roughness Subsurface","description":"The default MERS value to use for particles when not defined via textureset","$ref":"#/definitions/rgbaOrHex"}}},"items":{"title":"Items","description":"UNDOCUMENTED","type":"object","additionalProperties":false,"properties":{"global_metalness_emissive_roughness_subsurface":{"title":"Global Metalness Emissive Roughness Subsurface","description":"The default MERS value to use for items when not defined via textureset","$ref":"#/definitions/rgbaOrHex"}}}}}}}
|
||||
Reference in New Issue
Block a user