Updated
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"format_version": {
|
||||
"type": "string",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
|
||||
"title": "Format version"
|
||||
"title": "Format Version"
|
||||
},
|
||||
"minecraft:recipe_furnace": { "$ref": "./types/furnace.json" },
|
||||
"minecraft:recipe_brewing_container": { "$ref": "./types/recipe_brewing_container.json" },
|
||||
|
||||
@@ -4,13 +4,6 @@
|
||||
"description": "Recipe definition 1.12.0",
|
||||
"title": "Definition",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"pattern": "[a-z0-9_:\\-]+",
|
||||
"title": "Recipe identifier",
|
||||
"description": "TODO description"
|
||||
}
|
||||
},
|
||||
"properties": { "identifier": { "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", "description": "TODO description" } },
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -4,27 +4,15 @@
|
||||
"description": "Recipe item 1.12.0",
|
||||
"title": "Item",
|
||||
"oneOf": [
|
||||
{ "type": "string", "title": "Item identifier" },
|
||||
{ "type": "string", "title": "Item Identifier" },
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"required": ["item"],
|
||||
"properties": {
|
||||
"item": {
|
||||
"type": "string",
|
||||
"title": "Item identifier"
|
||||
},
|
||||
"data": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"title": "Item data value"
|
||||
},
|
||||
"count": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"default": 1,
|
||||
"title": "Count"
|
||||
}
|
||||
"item": { "type": "string", "title": "Item Identifier" },
|
||||
"data": { "type": "integer", "minimum": 0, "title": "Item Data Value" },
|
||||
"count": { "type": "integer", "minimum": 1, "default": 1, "title": "Count" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -4,8 +4,5 @@
|
||||
"description": "Recipe tags 1.12.0",
|
||||
"title": "Tags",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Tag"
|
||||
}
|
||||
"items": { "type": "string", "title": "Tag" }
|
||||
}
|
||||
|
||||
@@ -2,22 +2,14 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.12.0.recipe.furnace",
|
||||
"description": "Represents a furnace recipe for a furnace.'Input' items will burn and transform into items specified in 'output'..",
|
||||
"title": "Furnace recipe 1.12.0",
|
||||
"title": "Furnace Recipe 1.12.0",
|
||||
"additionalProperties": false,
|
||||
"required": ["description"],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": { "$ref": "./base types/definition.json" },
|
||||
"tags": { "$ref": "./base types/tags.json" },
|
||||
"input": {
|
||||
"type": "string",
|
||||
"description": "Items used as input for the furnace recipe.",
|
||||
"title": "Input"
|
||||
},
|
||||
"output": {
|
||||
"type": "string",
|
||||
"description": "Items used as output for the furnace recipe.",
|
||||
"title": "Output"
|
||||
}
|
||||
"input": { "type": "string", "description": "Items used as input for the furnace recipe.", "title": "Input" },
|
||||
"output": { "type": "string", "description": "Items used as output for the furnace recipe.", "title": "Output" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,27 +2,15 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.12.0.recipe.brewing.container",
|
||||
"description": "Represents a Potion Brewing Container Recipe..",
|
||||
"title": "Brewing recipe 1.12.0",
|
||||
"title": "Brewing Recipe 1.12.0",
|
||||
"additionalProperties": false,
|
||||
"required": ["description"],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": { "$ref": "./base types/definition.json" },
|
||||
"tags": { "$ref": "./base types/tags.json" },
|
||||
"input": {
|
||||
"type": "string",
|
||||
"description": "Input potion used on the brewing stand.",
|
||||
"title": "Input"
|
||||
},
|
||||
"output": {
|
||||
"type": "string",
|
||||
"description": "Output potion from mixing the input potion with the reagent on the brewing stand.",
|
||||
"title": "Output"
|
||||
},
|
||||
"reagent": {
|
||||
"type": "string",
|
||||
"description": "Item used to mix with the input potion.",
|
||||
"title": "Reagent"
|
||||
}
|
||||
"input": { "type": "string", "description": "Input potion used on the brewing stand.", "title": "Input" },
|
||||
"output": { "type": "string", "description": "Output potion from mixing the input potion with the reagent on the brewing stand.", "title": "Output" },
|
||||
"reagent": { "type": "string", "description": "Item used to mix with the input potion.", "title": "Reagent" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,27 +2,15 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.12.0.recipe.brewing.mix",
|
||||
"description": "Represents a Potion Brewing Container Recipe..",
|
||||
"title": "Brewing recipe 1.12.0",
|
||||
"title": "Brewing Recipe 1.12.0",
|
||||
"additionalProperties": false,
|
||||
"required": ["description"],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": { "$ref": "./base types/definition.json" },
|
||||
"tags": { "$ref": "./base types/tags.json" },
|
||||
"input": {
|
||||
"type": "string",
|
||||
"description": "Input potion used on the brewing stand.",
|
||||
"title": "Input"
|
||||
},
|
||||
"output": {
|
||||
"type": "string",
|
||||
"description": "Output potion from mixing the input potion with the reagent on the brewing stand.",
|
||||
"title": "Output"
|
||||
},
|
||||
"reagent": {
|
||||
"type": "string",
|
||||
"description": "Item used to mix with the input potion.",
|
||||
"title": "Reagent"
|
||||
}
|
||||
"input": { "type": "string", "description": "Input potion used on the brewing stand.", "title": "Input" },
|
||||
"output": { "type": "string", "description": "Output potion from mixing the input potion with the reagent on the brewing stand.", "title": "Output" },
|
||||
"reagent": { "type": "string", "description": "Item used to mix with the input potion.", "title": "Reagent" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.12.0.recipe.shaped",
|
||||
"description": "Represents a shaped crafting recipe for a crafting table. The key used in the pattern may be any single character except the 'space' character, which is reserved for empty slots in a recipe..",
|
||||
"title": "Shaped recipe 1.12.0",
|
||||
"title": "Shaped Recipe 1.12.0",
|
||||
"additionalProperties": false,
|
||||
"required": ["description"],
|
||||
"type": "object",
|
||||
@@ -14,45 +14,22 @@
|
||||
"description": "Patten key character mapped to item names.",
|
||||
"title": "Key",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": {
|
||||
"$ref": "./base types/item.json"
|
||||
}
|
||||
},
|
||||
"group": {
|
||||
"type": "string",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
"additionalProperties": { "$ref": "./base types/item.json" }
|
||||
},
|
||||
"group": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"pattern": {
|
||||
"type": "array",
|
||||
"description": "Characters that represent a pattern to be defined by keys.",
|
||||
"title": "Pattern",
|
||||
"maxItems": 3,
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Pattern"
|
||||
}
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer",
|
||||
"description": "Item used as output for the furnace recipe.",
|
||||
"title": "Priority"
|
||||
"items": { "type": "string", "title": "Pattern" }
|
||||
},
|
||||
"priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" },
|
||||
"result": {
|
||||
"description": "When input items match the pattern then these items are the result.",
|
||||
"title": "Result",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "./base types/item.json"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "./base types/item.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.12.0.recipe.shapeless",
|
||||
"description": "Represents a shapeless crafting recipe..",
|
||||
"title": "Shapeless recipe 1.12.0",
|
||||
"title": "Shapeless Recipe 1.12.0",
|
||||
"additionalProperties": false,
|
||||
"required": ["description"],
|
||||
"type": "object",
|
||||
@@ -12,42 +12,14 @@
|
||||
"ingredients": {
|
||||
"description": "Items used as input (without a shape) for the recipe.",
|
||||
"title": "Ingredients",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "./base types/item.json"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "./base types/item.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"group": {
|
||||
"type": "string",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer",
|
||||
"description": "Item used as output for the furnace recipe.",
|
||||
"title": "Priority"
|
||||
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
|
||||
},
|
||||
"group": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" },
|
||||
"result": {
|
||||
"description": "When input items match the pattern then these items are the result.",
|
||||
"title": "Result",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "./base types/item.json"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "./base types/item.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,28 +5,16 @@
|
||||
{
|
||||
"format_version": "1.12.0",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:item"
|
||||
},
|
||||
|
||||
"description": { "identifier": "minecraft:item" },
|
||||
"tags": ["crafting_table"],
|
||||
"pattern": [],
|
||||
"key": {},
|
||||
"result": {
|
||||
"item": "minecraft:boat",
|
||||
"data": 4
|
||||
}
|
||||
"result": { "item": "minecraft:boat", "data": 4 }
|
||||
}
|
||||
}
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"if": { "properties": { "format_version": { "type": "string", "const": "1.12" } } },
|
||||
"then": { "$ref": "./1.12.0/recipes.json" }
|
||||
},
|
||||
{
|
||||
"if": { "properties": { "format_version": { "type": "string", "const": "1.12.0" } } },
|
||||
"then": { "$ref": "./1.12.0/recipes.json" }
|
||||
}
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.12" } } }, "then": { "$ref": "./1.12.0/recipes.json" } },
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.12.0" } } }, "then": { "$ref": "./1.12.0/recipes.json" } }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user