auto: Generated Json Schemas
This commit is contained in:
File diff suppressed because one or more lines are too long
2
behavior/animations/animations.json
vendored
2
behavior/animations/animations.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/biomes/biomes.json
vendored
2
behavior/biomes/biomes.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/blocks/blocks.json
vendored
2
behavior/blocks/blocks.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/entities/entities.json
vendored
2
behavior/entities/entities.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/feature_rules/feature_rules.json
vendored
2
behavior/feature_rules/feature_rules.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/features/features.json
vendored
2
behavior/features/features.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/items/items.json
vendored
2
behavior/items/items.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/recipes/recipes.json
vendored
2
behavior/recipes/recipes.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/spawn_rules/spawn_rules.json
vendored
2
behavior/spawn_rules/spawn_rules.json
vendored
File diff suppressed because one or more lines are too long
2
behavior/volumes/volumes.json
vendored
2
behavior/volumes/volumes.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
resource/animations/actor_animation.json
vendored
2
resource/animations/actor_animation.json
vendored
File diff suppressed because one or more lines are too long
2
resource/attachables/attachables.json
vendored
2
resource/attachables/attachables.json
vendored
File diff suppressed because one or more lines are too long
2
resource/entity/entity.json
vendored
2
resource/entity/entity.json
vendored
File diff suppressed because one or more lines are too long
2
resource/fog/fog.json
vendored
2
resource/fog/fog.json
vendored
File diff suppressed because one or more lines are too long
2
resource/items/items.json
vendored
2
resource/items/items.json
vendored
@@ -1 +1 @@
|
||||
{"$id":"blockception.minecraft.resource.items","examples":[{"format_version":"1.10.0","minecraft:item":{"description":{"identifier":"blockception:item","category":"Equipment"},"components":{"minecraft:icon":"item","minecraft:render_offsets":"apple"}}}],"allOf":[{"if":{"properties":{"format_version":{"type":"string","const":"1.10"}}},"then":{"$ref":"#/definitions/A"}},{"if":{"properties":{"format_version":{"type":"string","const":"1.10.0"}}},"then":{"$ref":"#/definitions/A"}},{"properties":{"format_version":{"$ref":"#/definitions/C"}}}],"definitions":{"B":{"type":"string","title":"Item Identifier","description":"A minecraft item identifier","pattern":"^[0-9a-zA-Z:_\\-\\.]+$"},"A":{"required":["format_version","minecraft:item"],"title":"Item","description":"Minecraft items 1.10.0","type":"object","properties":{"format_version":{"title":"Format Version","description":"A version that tells minecraft what type of data format can be expected when reading this file.","type":"string"},"minecraft:item":{"title":"Item","description":"A resource pack definition of an item","required":["description","components"],"type":"object","additionalProperties":false,"properties":{"description":{"title":"Description","description":"The description of an item","required":["identifier"],"type":"object","additionalProperties":false,"properties":{"identifier":{"title":"Identifier","description":"The item identifier","$ref":"#/definitions/B","examples":["namespace:example"]},"category":{"title":"Category","description":"The category this item belongs in","type":"string"}}},"components":{"title":"Components","description":"The components that describe this item","additionalProperties":false,"properties":{"minecraft:icon":{"title":"Icon","description":"The texture defined in `textures/item_texture.json`","type":"string"},"minecraft:render_offsets":{"type":"string","description":"The render offset used for the item","title":"Render Offsets","enum":["apple"]}}}}}}},"C":{"title":"Format Version","description":"A version that tells minecraft what type of data format can be expected when reading this file.","pattern":"^(1)\\.([0-9]+)\\.([0-9]+)$","type":"string"}}}
|
||||
{"$id":"blockception.minecraft.resource.items","examples":[{"format_version":"1.10.0","minecraft:item":{"description":{"identifier":"blockception:item","category":"Equipment"},"components":{"minecraft:icon":"item","minecraft:render_offsets":"apple"}}}],"allOf":[{"if":{"properties":{"format_version":{"type":"string","const":"1.10"}}},"then":{"$ref":"#/definitions/A"}},{"if":{"properties":{"format_version":{"type":"string","const":"1.10.0"}}},"then":{"$ref":"#/definitions/A"}},{"properties":{"format_version":{"$ref":"#/definitions/C"}}}],"definitions":{"B":{"type":"string","title":"Item Identifier","description":"A minecraft item identifier","pattern":"^[0-9a-zA-Z:_\\-\\.]+$"},"A":{"required":["format_version","minecraft:item"],"title":"Item","description":"Minecraft items 1.10.0","type":"object","properties":{"format_version":{"title":"Format Version","description":"A version that tells minecraft what type of data format can be expected when reading this file.","type":"string"},"minecraft:item":{"title":"Item","description":"A resource pack definition of an item","required":["description","components"],"type":"object","additionalProperties":false,"properties":{"description":{"title":"Description","description":"The description of an item","required":["identifier"],"type":"object","additionalProperties":false,"properties":{"identifier":{"title":"Identifier","description":"The item identifier","$ref":"#/definitions/B","examples":["namespace:example"]},"category":{"title":"Category","description":"The category this item belongs in","type":"string"}}},"components":{"title":"Components","description":"The components that describe this item","additionalProperties":false,"properties":{"minecraft:icon":{"title":"Icon","description":"The texture defined in `textures/item_texture.json`","type":"string"},"minecraft:render_offsets":{"type":"string","description":"The render offset used for the item","title":"Render Offsets","enum":["apple"]}}}}}}},"C":{"title":"Format Version","description":"A version that tells minecraft what type of data format can be expected when reading this file.","pattern":"^(1)\\.([0-9]+)\\.([0-9]+)$","type":"string","enum":["1.17.30","1.17.0","1.16.0","1.15.0","1.14.0","1.13.0","1.12.0","1.10.0","1.8.0"]}}}
|
||||
2
resource/models/entity/model_entity.json
vendored
2
resource/models/entity/model_entity.json
vendored
File diff suppressed because one or more lines are too long
2
resource/particles/particles.json
vendored
2
resource/particles/particles.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
resource/sounds/sound_definitions.json
vendored
2
resource/sounds/sound_definitions.json
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user