Updated schemas for #17
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.world_x_packs",
|
"$id": "blockception.minecraft.world_x_packs",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "World X Pack Schema",
|
"title": "World X Pack Schema",
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.language_names",
|
"$id": "blockception.minecraft.language_names",
|
||||||
"examples": [
|
"examples": [
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.biomes_client.json",
|
"$id": "blockception.minecraft.biomes_client.json",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Biomes Client",
|
"title": "Biomes Client",
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.block.json",
|
"$id": "blockception.minecraft.block.json",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Blocks",
|
"title": "Blocks",
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.resource.sounds.json",
|
"$id": "blockception.minecraft.resource.sounds.json",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Sounds.json",
|
"title": "Sounds.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user